Greetings: I have a report, rpt_Combined_Report, that consists of 3 subreports. Each subreport calculates a total number of hours. The subreports are each based on a separate query. What I would like to do is calculate a grand total of hours, using each subreports calculation. The names of the subreports and total controls are as follows:
rpt_EMT_Refresher![Total Time]
rpt_CME_Totals![Sum of Hours]
rpt_Run_Review![Sum of NewTime]
I tried this: =rpt_Combined_Report!rpt_Emt_Refresher![total time]+rpt_Combined_Report!rpt_CME_Totals![sum of hours]+rpt_Combined_Report!rpt_Run_Review![sum of newtime]
The result that I got was #Name?
Any and all assistance is greatly appreciated. TIA.