Setting Window Size for Form and Print Previews

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drtitus7759
    New Member
    • Nov 2007
    • 10

    Setting Window Size for Form and Print Previews

    I am using MS-Access 2003. I have a restricted applications for multiple users where when they start it up, it enters a series of menus and screens and does not let them at the various Access menus, buttons, or options.

    I would like to set the Access window size to a specific size and maximize the form within the Access window.

    Also, I perform a print preview on all reports and have the users hit Ctrl-P to actually print it. Is there a way to maximize the print preview window so they can properly view it?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by drtitus7759
    I am using MS-Access 2003. I have a restricted applications for multiple users where when they start it up, it enters a series of menus and screens and does not let them at the various Access menus, buttons, or options.

    I would like to set the Access window size to a specific size and maximize the form within the Access window.

    Also, I perform a print preview on all reports and have the users hit Ctrl-P to actually print it. Is there a way to maximize the print preview window so they can properly view it?
    Hey there, drtitus7759!

    Also using Access 2003 at the moment...

    There's a dropdown above your report, might say Fit ny default, have you tried that?

    Dököll

    Comment

    • drtitus7759
      New Member
      • Nov 2007
      • 10

      #3
      Originally posted by Dököll
      Hey there, drtitus7759!

      Also using Access 2003 at the moment...

      There's a dropdown above your report, might say Fit ny default, have you tried that?

      Dököll
      I don't have any menu items or toolbars available since I didn't want them to do much of anything. Can I select a custom toolbar for the Print Preview window?

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        Code:
        Call DoCmd.Maximize
        and
        Code:
        Call DoCmd.Restore

        Comment

        Working...