Print Preview size

F

fredg

Is there any way to set print preview so it defaults to
75% instead of 100%?

thanks!

If you open the report from a command button event, code the event:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom75
 
S

susan

Thanks, Fred!
-----Original Message-----


If you open the report from a command button event, code the event:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom75
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
 
Top