RecordCount

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

In VBA for forms, I obtain the current record
count with Me.RecordsetClone.RecordCount.
What is the method for reports?
Thanks,
Bill
 
Bill said:
In VBA for forms, I obtain the current record
count with Me.RecordsetClone.RecordCount.
What is the method for reports?


Use a text box in the report header seection and set its
expression to =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

Back
Top