Hi!
I have a subreport in my main report footer. I would like to get the sum of the subreport values on the main report.
I tried to type the following in the textbox controlsource on main report where I would like to see the total: =sum([subreportname]![textboxname]) but I get an error. Then I tried =sum([reports]![subreportname]![textboxname]) but I get an error again.
How can I get that total on the main report?
Thanks!
I have a subreport in my main report footer. I would like to get the sum of the subreport values on the main report.
I tried to type the following in the textbox controlsource on main report where I would like to see the total: =sum([subreportname]![textboxname]) but I get an error. Then I tried =sum([reports]![subreportname]![textboxname]) but I get an error again.
How can I get that total on the main report?
Thanks!