Guest_imported
New member
- Jan 1, 1970
- 0
I've got a problem maybe a hundred people have had before:
I want a SubReport which is variable enough to be opened by different MasterReports and each time displaying data from different charts.
So I tried to set the RecordSource of my SubReport in my MasterReport's "Report_Open" :
Me![SubReport].Report.RecordSource = "xyz"
But all I ever get is the error I tried an impossible link to the property "Form/Report".
So I tried the same thing in my SubReport:
Me.RecordSource = "xyz"
and this time (when I start the MasterReport) I get the error I could only change RecordSource in "Report_Open", where it actually IS.
So may I use my Sub´Report twice or do I have to copy it???
I want a SubReport which is variable enough to be opened by different MasterReports and each time displaying data from different charts.
So I tried to set the RecordSource of my SubReport in my MasterReport's "Report_Open" :
Me![SubReport].Report.RecordSource = "xyz"
But all I ever get is the error I tried an impossible link to the property "Form/Report".
So I tried the same thing in my SubReport:
Me.RecordSource = "xyz"
and this time (when I start the MasterReport) I get the error I could only change RecordSource in "Report_Open", where it actually IS.
So may I use my Sub´Report twice or do I have to copy it???