Change PrintPreview zoom and window size

S

Steve S

From other posts I have learned that I can control the “Zoom Size†for a
given report using code such as:

Reports("ReportName").ZoomControl = 120
And
DoCmd.RunCommand acCmdZoom75

But is there a way to set this property for ALL reports without having to
add a line of code for every report?

Also is there a way to set the size of the window the report opens in? If I
set the zoom size to what the user wants they still have to enlarge the
window, or scroll to view the report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top