Multiple Subreports-Sum function

L

LindseyM

In my report I have 3 subreports. Each subreport has a total (just a plain
old sum function).

What I am trying to do is add these three totals together at the end of the
report. I have tried all the sum functions I can think of without any luck.
What function do I need to be doing and where to I put it?

Thanks in Advance!

LM
 
A

Allen Browne

See:
Bring the total from a subreport onto a main report
at:
http://allenbrowne.com/casu-18.html

Once you have the 3 text boxes working on your main report, it should then
just be a matter of a 4th text box with:
=[Text1] + [Text2] + [Text3]
or you could even add the 3 lengthy expressions (if the 3 subreports are all
in the same section.)
 

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

Top