Open report at 75% Zoom

J

Jeff

Hi All,

I have a report which when opened shows full page. I have to zoom to 75%
to view detail.

How can I get the report to automatically open at 75% zoom?

Thanks in advance,

Jeff
 
M

Marshall Barton

Jeff said:
I have a report which when opened shows full page. I have to zoom to 75%
to view detail.

How can I get the report to automatically open at 75% zoom?


Add a line of code right after the OpenReport method line:

DoCmd.RunCommand acCmdZoom75
 
J

Jeff

Marshall said:
Add a line of code right after the OpenReport method line:

DoCmd.RunCommand acCmdZoom75

Thanks, but I get a message 'Zoom 75% not available right now'or
something like that - I'm using a Portuguese version.

Any ideas?

Jeff
 
M

Marshall Barton

Jeff said:
Thanks, but I get a message 'Zoom 75% not available right now'or
something like that - I'm using a Portuguese version.


If it's a language issue, I can't provide any assistance
beyond trying to find it in Help - VBE - Index - RunCommand
 

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