Dear reader,
The syntax for the VBA code to change the RecordSource of a Master Report
is:
Me.RecordSource = "TableOrQueryNa me"
But now the syntax to change the RecordSource of a SubReport:
I think it has to be something like this:
Reports.MasterR eportName.SubRe portName.Record Source =
"TableOrQueryNa me"
But this is not working.
Is there a working syntax for this?
Tanks for any help.
Kind regards,
Simon
The syntax for the VBA code to change the RecordSource of a Master Report
is:
Me.RecordSource = "TableOrQueryNa me"
But now the syntax to change the RecordSource of a SubReport:
I think it has to be something like this:
Reports.MasterR eportName.SubRe portName.Record Source =
"TableOrQueryNa me"
But this is not working.
Is there a working syntax for this?
Tanks for any help.
Kind regards,
Simon
Comment