getrows problem with a dao recordset

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.
 
A

Allen Browne

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

DAO recordset 1
Using GetRows 4
Access Access Table Array 1
.mdb & recordset & getrows 1
Using Getrows on RecordsetClone 11
DAO Empty Recordset "No Current Record" 2
DAO Recordset Issue 1
Need help with GetRows 2

Top