A
Avid Fan
I have a datatsheet and a report based on the same query.
I would like to transfer the extra filter to the report as well but it
does not seem to work
I can't seem to access the report's methods and properties from VBA
Me.frmCallReport.Form.Filter gives me the filter.'
rptCallReport.Filter = Me.frmCallReport.Form.Filter
I would like to transfer the extra filter to the report as well but it
does not seem to work
I can't seem to access the report's methods and properties from VBA
Me.frmCallReport.Form.Filter gives me the filter.'
rptCallReport.Filter = Me.frmCallReport.Form.Filter