I have a recordset rst with 2 columns/fields ID and Value. The recordset has multiple rows. While debugging, I am able to view records in the first row of the recordset in the immediate window using the following statements.
?rst.fields(0)
?rst.fields(1)
But I am not able to view data in 2nd or 100th row?
Regarding moving through a DAO recordset and the comment by @nyarlathotep: