thevillageinn
Technical User
I am creating a recordset with a simple select statement, which returns the desired records (with my current test data that's 3 records)
I use rs.MoveLast to help me get an accurate count and then rs.MoveFirst to start examining the data.
rs.MoveFirst gives me error 3021, No current record.
Is this some sort of cursor problem? I have two other select statements pulling data from the same table and they work...My tables are local, I'm in A97, and I'm getting frustrated. I know I can probably just put some error handling in, but this code worked earlier.
I use rs.MoveLast to help me get an accurate count and then rs.MoveFirst to start examining the data.
rs.MoveFirst gives me error 3021, No current record.
Is this some sort of cursor problem? I have two other select statements pulling data from the same table and they work...My tables are local, I'm in A97, and I'm getting frustrated. I know I can probably just put some error handling in, but this code worked earlier.