G
Guest
I'm trying to use a sub-report 'template' on several reports. Each time a
report is generated, the sub-report will have a different record source. I
can't seem to get this correct. I have the following on the Open command of
the main report
Dim rs As subreport
Set rs = Me.RecordSource = "qry_#_global"
thanks for any help you can provide.
report is generated, the sub-report will have a different record source. I
can't seem to get this correct. I have the following on the Open command of
the main report
Dim rs As subreport
Set rs = Me.RecordSource = "qry_#_global"
thanks for any help you can provide.