Count Value in a report footer

G

Guest

I have a count expression in my report footer which counts the total number
of entries in my report.

I would like to display that value on the bottom of each page in my report.
When I move the expression to the page footer I get an error. Is there some
expression that I could place in the page footer that will show the value of
the expression in the report footer.

Any help would be greatly appreciated.
 
J

Jeff Boyce

You could create a control in the Page Footer section, and set the Control
Source of that control to something like:

=Sum([YourDetailField])

Note that this points to the FIELDNAME used, not the CONTROLNAME in the
Detail section.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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