I have a report with several subreports. I need to total the subreports onto the main report. How do I refer to the control on the subreport?
I know that with a form / subform I would use:
Me!Subform1.Form!Controlname
But simply replacing 'Form' with 'Report' doesn't seem to work.
Robert
I know that with a form / subform I would use:
Me!Subform1.Form!Controlname
But simply replacing 'Form' with 'Report' doesn't seem to work.
Robert