Report open to fit

  • Thread starter Thread starter Hanksor
  • Start date Start date
H

Hanksor

Is it possible to open a report using "Fit" instead of "100%". Any help will
be appreciated.
 
Is it possible to open a report using "Fit" instead of "100%". Any help will
be appreciated.

Greetings from Central Oregon!
:-)

Sure, just use this code from a command button click event to open
the report:

DoCmd.OpenReport "ReportNameHere", acPreview
DoCmd.Maximize
DoCmd.RunCommand acCmdFitToWindow
 
Thanks Jeff, worked great.... Us Oregonians have to stick together!!!!
 
Hank, do you know of PAUG, it is the Portland Access User group? They have
a several user group meetings each month adv, general and fundamentals, see
www.paug.com.

Regards, Reagan
Silverton Oregon
 

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

Back
Top