Is there a way for force access to view reports in a magnified view on
opening of the report from VBA?
I am using the following code to open the report
DoCmd.OpenRepor t ("rptA5SendOut" ), acViewPreview
And I would like the report to be viewed at 150% when opened.
Mike
opening of the report from VBA?
I am using the following code to open the report
DoCmd.OpenRepor t ("rptA5SendOut" ), acViewPreview
And I would like the report to be viewed at 150% when opened.
Mike
Comment