R
robc
I am trying to change the RecordSource of a Sub-Report at runtime...
In the On Open Report section I have coded...
Reports![MainReportName]![SubReportName].Report.RecordSource = "qrySource1"
The error message I am getting is
RunTime Error 2455
You entered an expression tha has an invalid reference to the property
Form/Report
Any Ideas !
In the On Open Report section I have coded...
Reports![MainReportName]![SubReportName].Report.RecordSource = "qrySource1"
The error message I am getting is
RunTime Error 2455
You entered an expression tha has an invalid reference to the property
Form/Report
Any Ideas !