• Access Forms

    • This topic has 3 replies, 3 voices, and was last updated 24 years ago.
    Author
    Topic
    #354990

    How do you have a form in Access startup come up in the maximize view? The one I have does not maximize when it opens. Thanks…

    Viewing 2 reply threads
    Author
    Replies
    • #522754

      Create a macro to []b]MAXIMIZE[/b]and place it in the load event while in design view/properties.

    • #522755

      Create a macro to MAXIMIZE and place it in the load event while in design view/properties.

    • #522757

      You could also place this code in the Open event of the form:

      Private Sub Form_Open(Cancel as Integer)
           DoCmd.Maximize
      End Sub

      HTH thumbup

    Viewing 2 reply threads
    Reply To: Access Forms

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: