Problem changing from acViewReport to acViewPreview
Hi there,
I open my report with a filter with following code:
DoCmd.OpenReport "MyReport", acViewReport, , MyFilter
On the report I have a button to open the same report in Print Preview view, with following code:
DoCmd.OpenReport...