Open report at 75% Zoom

  • Thread starter Thread starter Jeff
  • Start date Start date
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
 
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
 
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
 
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
 
Back
Top