R
Rob Rutherford
Access 2002. Can anyone tell me how to change a subreport's
RecordSource property in VBA code?
Both of the following in the Report_Open event give me an error.
Main report: Me.rsub.Report.RecordSource = "Table1"
Subreport: Me.RecordSource = "Table1"
Any advice would be appreciated.
RecordSource property in VBA code?
Both of the following in the Report_Open event give me an error.
Main report: Me.rsub.Report.RecordSource = "Table1"
Subreport: Me.RecordSource = "Table1"
Any advice would be appreciated.