Okay, banging head up against wall on this one..
In a report I used code as follows:
Dim MyReport as Report
Set MyReport = Reports!rptCertDataPage4b_Rev1
.
.
for each CTL in MyReports.Controls.....
That worked great. Now that Reports!rptCertDataPage4b_Rev1 is a subreport to a master report "rptCertData_Rev1, I can't seem to figure out how to set the "MyReport" variable/object
I tried various things like:
Dim MyReport as SubReport, etc.
What am I missing here?
In a report I used code as follows:
Dim MyReport as Report
Set MyReport = Reports!rptCertDataPage4b_Rev1
.
.
for each CTL in MyReports.Controls.....
That worked great. Now that Reports!rptCertDataPage4b_Rev1 is a subreport to a master report "rptCertData_Rev1, I can't seem to figure out how to set the "MyReport" variable/object
I tried various things like:
Dim MyReport as SubReport, etc.
What am I missing here?