G Guest Jan 1, 2006 #1 In MS Access 2003, when I open a report for preview, I would like to set the zoom in 75 or 80 percent. How ca I do it?
In MS Access 2003, when I open a report for preview, I would like to set the zoom in 75 or 80 percent. How ca I do it?
R Rick Brandt Jan 1, 2006 #2 access said: In MS Access 2003, when I open a report for preview, I would like to set the zoom in 75 or 80 percent. How ca I do it? Click to expand... You can do this when opening the report from code. You cannot execute the code in the report itself. DoCmd.OpenReport "ReportName", acViewPreview DoCmd.RunCommand acCmdZoom75
access said: In MS Access 2003, when I open a report for preview, I would like to set the zoom in 75 or 80 percent. How ca I do it? Click to expand... You can do this when opening the report from code. You cannot execute the code in the report itself. DoCmd.OpenReport "ReportName", acViewPreview DoCmd.RunCommand acCmdZoom75