Total and current records

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

How to get a number of total records and a number of current record in a
form using VBA
 
Current record is:
=[Form].[CurrentRecord]

Total records is:
=[Form].[RecordesetClone].[RecordCount]

(The total may not be correct initially, as it actually reflects the number
loaded so far until all records are loaded.)
 

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