Dear reader,
How to change the RecordSource for a subReport.
For forms the syntaxes is:
Forms!MainForm! SubForm.Form.Re cordSource = "QueryX"
But for a report the following syntaxes is not working:
Reports!MainRep ort!SubReport.R eport.RecordSou rce = "QueryX"
Is there a possibility to change the RecordSource for a subReport in the
same way as for subForm?
Thanks for any help.
Kind regards,
Simon
How to change the RecordSource for a subReport.
For forms the syntaxes is:
Forms!MainForm! SubForm.Form.Re cordSource = "QueryX"
But for a report the following syntaxes is not working:
Reports!MainRep ort!SubReport.R eport.RecordSou rce = "QueryX"
Is there a possibility to change the RecordSource for a subReport in the
same way as for subForm?
Thanks for any help.
Kind regards,
Simon
Comment