How do I open a report in Preview mode and have it automatically displayed in full page mode (i.e., “Zoom to Fit” or “Full Page”). Once the form is opened in Preview mode, I can select the Zoom level from the default Print Preview toolbar, but I’d like to do this programmatically within the Report_Open (or other appropriate) event. It seems that I ought to be able to use the ‘DoCmd.RunCommand acCmdZoomxxx’ but (1) I haven’t found an argument that works for ‘Zoom to Fit’ (there is acCmdZoom50, acCmdZoom100, etc. for 50%, 100% zoom, etc. ) and (2) the code (e.g. for acCmdZoom50) causes an error (“Error 2046: The command or action… isn’t available now”) when placed in the Report_Open or Report_Activate event routines.
Is there a way to do this?
Thanks.