Change Zoom Default Report Setting

G

Guest

anWhen previewing a report in Microsoft Access 2000 or 2003, how can I change
the default zoom setting from Fit to something else like 150%?

Thanks,

Sarah
 
T

tina

if you're opening the report with code running on a form (such as from a
command button), then add the following code immediately after the
OpenReport action, as

DoCmd.RunCommand acCmdZoom150

hth
 
G

Guest

Try seting the zoom after openning the report

Docmd.OpenReport "ReportName"
DoCmd.RunCommand acCmdZoom150
 

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