How can I count records in a report ?

R

Roger

I have a report that gives detail of transactions line by line, one
transaction on one line. I need to put a total in the report footer for the
number of transactions (ie the number of lines) in the report. Is there a
COUNT function somewhere which I can put in a text box in the report footer
? I can't find it ? I am using Access2002sp3

thanks .... Roger
 
A

Allen Browne

Sure. Put a text box in the Report Footer section, and set its Control
Source 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

Top