Report in 100 Zoom

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rgsw
    New Member
    • Jul 2006
    • 29

    Report in 100 Zoom

    Hi - I'm trying to figured out how to click on a report and have it already in 100% zoom instead of having always click on zoom to make report larger. Thanks!
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Put the following line of code after the Report Open command

    DoCmd.RunComman d acCmdZoom100

    Originally posted by rgsw
    Hi - I'm trying to figured out how to click on a report and have it already in 100% zoom instead of having always click on zoom to make report larger. Thanks!

    Comment

    • rgsw
      New Member
      • Jul 2006
      • 29

      #3
      I converted the macro to VBA as shown below. Because I'm just learning VBA, I'm not sure where to insert the code you gave. Could you give an example. Thanks again!

      DoCmd.OpenRepor t "Query2", acViewPreview, "", "", acNormal

      Comment

      • rgsw
        New Member
        • Jul 2006
        • 29

        #4
        Originally posted by rgsw
        I converted the macro to VBA as shown below. Because I'm just learning VBA, I'm not sure where to insert the code you gave. Could you give an example. Thanks again!

        DoCmd.OpenRepor t "Query2", acViewPreview, "", "", acNormal
        Never mind finally figured it out. Thanks this works.

        Comment

        Working...