subreport total to main report

jedder18

Just Livin the Dream!
Local time
Today, 05:58
Joined
Mar 28, 2012
Messages
135
Access 2007
Windows 7


trying to get a subreport total to show on my main report
getting #error no matter how I code


Running a subreport containing a total in report footer (only field that


name of subrpt total fld subrpt
[SubRptExp].[Report]![gramtrcvd]


Any help much appreciated....
 
This works for me:

=[SubreportControlName].Report!TextboxName
 
I'm wonder why you need this ?
Why you don't display the subreport total in the subreport footer ?
Just I'm wonder.
 
Because the subreport is grouped and I need the totals for all the groups.

and the main report has other totals
 
Last edited:
So did you try the syntax I posted?
 
I did try the syntax but still getting the error message
I think I need to create something that shows if null values
 
Well, I got it solved.
A BIG DUH moment, LOL!

created many queries to get to final result.
Sub report not needed in the end...
But, I learned along the way

Thanks for all the help.
 
Glad you got it sorted out.
 

Users who are viewing this thread

Back
Top Bottom