I believe you have a limited number of subreports.
Create a textbox in the main form:
=[SubForm1].[Report]![TotalField] + [SubForm2].[Report]![TotalField]+[SubForm3].[Report]![TotalField]
where SubForm1,2,3 and so on are the names of the subreports and TotalField is the name of the Total textbox on each subreport.
It should 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.