Report Size In Preview

D

dbl

Hi how do I set my preview size to 80% in Access 2003 when previewing
reports without having to zoom in every time.
Can this be done in the code that brings up the report?

Thanks Bob
 
M

Marshall Barton

dbl said:
Hi how do I set my preview size to 80% in Access 2003 when previewing
reports without having to zoom in every time.
Can this be done in the code that brings up the report?


You can use:
DoCmd.RunCommand acCmdZoom75
or maybe you prefer:
DoCmd.RunCommand acCmdSizeToFit
 

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