Returning the Number of Rows in a Recordset

A

Alex

Hey everyone,
I cant seem to get the RecordCount Function to work...
I always get -1 as the answer even when the recordset is
full. How can I get the quantity of rows from my
recordset?

Alex.
 
S

shockley

It depends what type of recordset you're working with. Look up "recordcount"
in the vb Editor Help.

HTH,
Shockley
 
Top