count records on report

  • Thread starter Thread starter vaa571
  • Start date Start date
V

vaa571

Hi, in order to save paper I have my report page setup to print 4 coluns per
page, how can i get the total of records printed to show on the report
footer? the =Count(*) doesn't work. Thanks for any help.

Val
 
vaa571 said:
Hi, in order to save paper I have my report page setup to print 4 coluns per
page, how can i get the total of records printed to show on the report
footer? the =Count(*) doesn't work.


What are you counting that prevents =Count(*) from working?

Maybe you can use a text box's RunningSum property to count
whatever it is??
 
I figure how to make it work - I had the control box on page footer instead
of the report footer. Thanks you.
 
Back
Top