Access 2003 Print Preview toolbar zoom value

  • Thread starter Thread starter Wayne Zywiec
  • Start date Start date
W

Wayne Zywiec

How do I change the default zoom value on the print
preview toolbar in Access 2003?

I'm converting from Access 97 to Access 2003. In Access
97 the default zoom value is "100%". In Access 2003 the
default zoom value is "fit". When a report is previewed I
want it to automatically open at 100%. I don't want to
have to manually change the zoom value every time I
preview a report.

Thanks...
 
Wayne said:
How do I change the default zoom value on the print
preview toolbar in Access 2003?

I'm converting from Access 97 to Access 2003. In Access
97 the default zoom value is "100%". In Access 2003 the
default zoom value is "fit". When a report is previewed I
want it to automatically open at 100%. I don't want to
have to manually change the zoom value every time I
preview a report.


In the code that opens the report,

DoCMd OpenReport . . .
DoCmd.RunCommand acCmdZoom100
 
That works if one has control of the code in the
program. We are having the same problem with canned
Access programs. Is there a way to change the options in
MS Access or the registry for 100% instead of Fit.
 
I have the same problem in Access 2002, but I'm opening the reports from the switchboard. Is there an easy way to change the default in this case?
 
Back
Top