Report open to fit

H

Hanksor

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

Jeff Conrad

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
 
R

rrm

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
 
Top