J
Jonathan Parminter
Hi I'm trying to reference a sub-report and get an error
for having an invalid reference. The code I'm using is....
Dim rpt As Form
Set rpt = srptPractitonerDetail.Form
rpt.RecordSource = "qryPractitionerDetailPreview"
The line that fails is Set rpt. I'm sure that it's simple.
But I can't figure it out :-(
Any ideas or suggestions appreciated
Cheers
Jonathan
for having an invalid reference. The code I'm using is....
Dim rpt As Form
Set rpt = srptPractitonerDetail.Form
rpt.RecordSource = "qryPractitionerDetailPreview"
The line that fails is Set rpt. I'm sure that it's simple.
But I can't figure it out :-(
Any ideas or suggestions appreciated
Cheers
Jonathan