M
Miles
Use a form with report buttons and form code
(DoCmd.RunCommand acCmdZoom75) to open report with
standard zoom setting of 75%.
Would prefer (first choice) 'Fit' or (second choice) 70%
but get a runtime error unless my code uses one of the
standard numerical zoom settings from the toolbar.
Any way to get 'Fit' or a non-standard zoom setting?
TIA
(DoCmd.RunCommand acCmdZoom75) to open report with
standard zoom setting of 75%.
Would prefer (first choice) 'Fit' or (second choice) 70%
but get a runtime error unless my code uses one of the
standard numerical zoom settings from the toolbar.
Any way to get 'Fit' or a non-standard zoom setting?
TIA