Totals from subreports showing up incorrectly in main report

  • Thread starter Thread starter Rahul Prabhu
  • Start date Start date
R

Rahul Prabhu

I am running into a very weird situation. I am trying to pass totals
calculated in the subreport's report footer area to main report. The
problem is the values passed to the main report are incorrect. I tried
everything described in various forums but the problem persists.

Just for the sake of trying different things, I tried selecting the
option - Force New Page before section for the subreport's report
footer and it turns out that in this case the values are passed
correctly. No clue why, but whenever I have the subreport's report
footer displayed right after the subreport's data (not on a different
page), the values turn out to be incorrect.

Any clue why this might be happening. I am so frustrated :(

Thank you so much!
 
What is the control source of the text box in the main report? I would expect
something like:
=subrptCtlName.Report.txtTotalFromSubreport
 
Back
Top