Running Sum total in report header

  • Thread starter Thread starter david
  • Start date Start date
D

david

I've got a report where I keep a running sum of clients and print the
total number of clients in the report footer. How can I print this
information in the report header as well?

Thanks,

David
 
I've got a report where I keep a running sum of clients and print the
total number of clients in the report footer. How can I print this
information in the report header as well?

Thanks,

David

In the report header add an unbound control:
=[NameOfControlInReportFooter]
 
Back
Top