Multiple Subreports-Sum function

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

Guest

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
 
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.)
 
Back
Top