getrows problem with a dao recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

sometimes when I call getrows from a dao recordset, I get only one row of
data, instead of all rows. This happens even though I haven't called
movefirst or movelast. how do I prevent this from happening and ensure I
get all records?

I'm using Access 2000.
 
The RecordCount refers to the number of records retrieved so far. MoveLast
if you want the accurate count.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top