Reports to open 75%

  • Thread starter Thread starter Mon
  • Start date Start date
docmd.openreport "myreport" acViewPreview
Docmd.SelectObject acReport, "MyReport"
Docmd.runcommand acCmdZoom75
 
This is applicable if we open the report via some form if
we want to open the report from thru Database window and
want to open it 75% zoom what is the process to do that ?
 
You can't specify the zoom or save the zoom setting with the report so if
you open from the db window it will open in the default zoom; period, no
work around.
 
Mon:

You'd have to call it from a form that opens the report or from a macro that
does the same thing (changing the vba to macro lines.)
 
Back
Top