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]
 

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

Back
Top