W Wayne Morgan Jan 15, 2004 #2 Turning the report's property AutoResize off appears to give 100% instead of Fit Page.
V Van T. Dinh Jan 16, 2004 #3 If you use code to open the Report, you can add some VBA statements to do so. For example: ' to maximise the Report window DoCmd.Maximize ' to adjust the Preview to 75% DoCmd.RunCommand acCmdZoom75
If you use code to open the Report, you can add some VBA statements to do so. For example: ' to maximise the Report window DoCmd.Maximize ' to adjust the Preview to 75% DoCmd.RunCommand acCmdZoom75