Sum control of sub-report at footer of main-report

L

Leo

Hi,
I need to have a total of a sub-reports' control at the end of the
main-report. But when I put a reference to controls of sub-report on its main
report, it causes a #Name? error.
could anyone help me to make it??
thanks
 
M

Marshall Barton

Leo said:
I need to have a total of a sub-reports' control at the end of the
main-report. But when I put a reference to controls of sub-report on its main
report, it causes a #Name? error.


Double check that you used the name of the subreport control
on the main report. It might be different from the name of
the report it's displaying.
 
Top