You normally do not go to a particular row or column directly.
Normally, one would open and iterate through all the records in order until finished.
Please have a view of code in previous comment.
R("fieldname")
or
R(fieldindex)
gives you the column by field name or index (0-based)
R.movefirst, R.movenext moves the pointer to first or next in the recordset.