Running Sum total in report header

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
 
F

fredg

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]
 
Top