Question: Using ADO or DAO, how are the records fetched from a recordset?
A
B
C
Use a For Loop with Next, without MoveNext, while checking for EOF
B
Use a Do..Loop with MoveNext, while checking for EOF
C
Use a While Loop with Wend, while not checking for EOF
Note: not sure