F
Fredrated
Is it possible to set a reports criteria in code?
I am trying to use Stephen Lebans report-to-pdf tool, which uses the report
as a parameter. I need to specify a criteria for the report, like I do when
I open the report for printing:
DoCmd.OpenReport strReportName, acViewNormal, , strReportParam
I don't see how to set report criteria in the report-to-pdf tool, but if I
can set the criteria before I use the tool, that should work.
Thanks in advance for any help.
Fred
I am trying to use Stephen Lebans report-to-pdf tool, which uses the report
as a parameter. I need to specify a criteria for the report, like I do when
I open the report for printing:
DoCmd.OpenReport strReportName, acViewNormal, , strReportParam
I don't see how to set report criteria in the report-to-pdf tool, but if I
can set the criteria before I use the tool, that should work.
Thanks in advance for any help.
Fred