Calculating within Subreports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report with no control source that just displays 6 subreports. I
would like to get a sum of a field within each of those subreports and
display it in the report footer of the main report. Can anyone help me?
 
packetscanner said:
I have a report with no control source that just displays 6 subreports. I
would like to get a sum of a field within each of those subreports and
display it in the report footer of the main report. Can anyone help me?


Each subreport has to calculate it's own totals in its
report footer.

Then the main report can refer to those totals in this kind
of expression:

=subreporta.Report.totala + subreportb.Report.totalb + ...
 

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