S
Scott Duncan
Hello,
I have a Global Variable, "MyFilterCriteria"
We have a report, 'Certificate of Calibration' that is opened with the
LinkCriteria of 'Test Number'
This Report has a Subreport, 'Test Weights'
We are already generating the Filter Criteria for the Subreport
We have tried both of these Statements on the On Open Event of the Subreport
with no Success:
Me.Report.Filter = MyFilterCriteria
DoCmd.ApplyFilter , MyFilterCriteria
It does not seem that the On Activate Event is fired when the report is used
as a Subreport...
Any ideas would be greatly appreciated !
TIA,
SD
I have a Global Variable, "MyFilterCriteria"
We have a report, 'Certificate of Calibration' that is opened with the
LinkCriteria of 'Test Number'
This Report has a Subreport, 'Test Weights'
We are already generating the Filter Criteria for the Subreport
We have tried both of these Statements on the On Open Event of the Subreport
with no Success:
Me.Report.Filter = MyFilterCriteria
DoCmd.ApplyFilter , MyFilterCriteria
It does not seem that the On Activate Event is fired when the report is used
as a Subreport...
Any ideas would be greatly appreciated !
TIA,
SD