Count the # of entries in a report

A

Anne

We have created a report in Access 97 that is 22 pages
long, we would like the report to include the number of
entires that are listed on those 22 pages. Is there a way
to do that?

Anne Walton
 
M

Marshall Barton

Anne said:
We have created a report in Access 97 that is 22 pages
long, we would like the report to include the number of
entires that are listed on those 22 pages. Is there a way
to do that?


Use a text box in the report footer with the expression
=Count(*)
 
Top