Totals from SubReport in Main Report

A

Amanda

HI,

I have three subreports on a report, but I would like the totals from two of
the subreports to be totalled into one final total on the main report. But I
can't seem to get anywhere with this I keep getting error messages, any
suggestions?

Thanks!
 
W

Wayne-I-M

Use this as the source of the text box on the main report

=[SubreportName1] . Report ! [ControlName] + [SubreportName2] . Report !
[ControlName]

Hope this helps
 
Top