Cumulative Page totals

  • Thread starter Thread starter T Best
  • Start date Start date
T

T Best

Hi all,

I'm building a report and I need to have the Cumulative totals at the bottom
of each page. For example the first page would have a totals field for the
first page and the totals field for the second page would have totals for
the first page and the second page and so on. Can anyone point me in the
right direction? Any help would be very much appreciated.

TIA
Ted
 
T said:
I'm building a report and I need to have the Cumulative totals at the bottom
of each page. For example the first page would have a totals field for the
first page and the totals field for the second page would have totals for
the first page and the second page and so on. Can anyone point me in the
right direction? Any help would be very much appreciated.


Use a text box in the detail section and set its RunningSum
property to Over All. Then, another text box in the page
footer section can just refer to the first text box.
 
Hi all,

I'm building a report and I need to have the Cumulative totals at the bottom
of each page. For example the first page would have a totals field for the
first page and the totals field for the second page would have totals for
the first page and the second page and so on. Can anyone point me in the
right direction? Any help would be very much appreciated.

TIA
Ted

See Microsoft KnowledgeBase article:
132017 "How to sum a column of numbers in a report by page"
 

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