S Susan Jul 19, 2004 #1 Is there any way to set print preview so it defaults to 75% instead of 100%? thanks!
F fredg Jul 19, 2004 #2 Is there any way to set print preview so it defaults to 75% instead of 100%? thanks! Click to expand... If you open the report from a command button event, code the event: DoCmd.OpenReport "ReportName", acViewPreview DoCmd.RunCommand acCmdZoom75
Is there any way to set print preview so it defaults to 75% instead of 100%? thanks! Click to expand... If you open the report from a command button event, code the event: DoCmd.OpenReport "ReportName", acViewPreview DoCmd.RunCommand acCmdZoom75
S susan Jul 20, 2004 #3 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. . Click to expand...
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. . Click to expand...