I have a report with 4 subforms (one for each category). The category totals are in the subform, category footer. I need to add all these totals together for a grand total, but nothing I try works.
Thanks for your help! I read the article you referenced and I must be missing something. In the sample, it only uses one subreport. I don't see where it explains how to add the totals for more than one subreport.
I see what you mean. Maybe you should follow the instructions in the other section: Displaying the Total from a Subreport on a Main Report. See #8, add an invisible text box under each subreport that will hold each subreport's total, then sum those 4 invisible text boxes together in another text box to get your grand total.....
I already did this step (#8). It worked great. Where my problem lies in in creating the text box that adds the totals together. I keep getting the parameter boxes. I think this means my expression is not correct. I tried: =Sum(([Category 1 Total])+([Category 2 Total])+(Category 3 Total)+(Category 4 total])) and the same expression with =Val, blah, blah. This didn't work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.