count rows of recordset

  • Thread starter Thread starter masterphilch
  • Start date Start date
M

masterphilch

Hi

Is it possible to count the rows of a RecordSet without stepping throug it?

greez
masterphil
 
Yes use the recordset propperty's:
.. movelast
..recordcount

to find the number of records. (instead of stepping you've jumped :) )
 

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

Back
Top