How do I change the default for print preview from fit to 100%?

T

TanTan

When I go into print preview I always have to change the view from fit to
100%. I would like it if it would always show it at 100% rather than fit.
 
F

fredg

When I go into print preview I always have to change the view from fit to
100%. I would like it if it would always show it at 100% rather than fit.

Open the report from an event on a form using code:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom100
 

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