value in subreport issue

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

Guest

I have a report with 3 subreports, I would like to sum each total value
together.

Details as below :
report.text1 + subreport1.text2 + subreport2.text3 + subreport3.text4

The problem is the value of subreport3.text4 is wrong, actually the value
sourced from textA and textA sourced from textB with running sum.
Unfortunately, the value show the last record of textB value only, not the
running sum of textB value.

Appreciate for your expert comments! Thanks very much!
 
See:
Bring the total from a subreport onto a main report
at:
http://allenbrowne.com/casu-18.html

If possible use the text box in the Report Footer section of the subreport
rather than a Running Sum, due to the way the timing works. (You can hide
the footer if you don't want to see it.)
 
It is great!

Thanks soooooooooo much, Allen.

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

If possible use the text box in the Report Footer section of the subreport
rather than a Running Sum, due to the way the timing works. (You can hide
the footer if you don't want to see it.)
 
Back
Top