Results 1 to 2 of 2
  1. #1
    ETCallHome is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2011
    Location
    Limpopo, South Africa
    Posts
    48

    Form Opening as small window

    Hi,



    I am back... After my blond moment earlier I fixed the form that caused the problem and to my surprise when open the DB only the form appeared as a pop up. But once I login, the startup form opens as a minimized screen, not sure why it is doing this...

    Can anyone help with the screen size layouts to ensure they open the same size, etc

    Thanks

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Firstly make sure that the form hasn't been saved with Pop Up = Yes in the properties. Then add this code to the Form Load event to force it to open maximized:

    DoCmd.Maximize

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 03-11-2011, 10:29 PM
  2. small help needed
    By arthasdk in forum Access
    Replies: 3
    Last Post: 01-07-2011, 12:08 AM
  3. Replies: 1
    Last Post: 11-09-2010, 03:02 PM
  4. Replies: 1
    Last Post: 07-14-2010, 11:55 PM
  5. small if statement help please
    By taylorosso in forum Programming
    Replies: 16
    Last Post: 09-23-2009, 11:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums