Layout problems in Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wolvenlied
    New Member
    • Feb 2008
    • 4

    Layout problems in Access

    Hi,

    I'm having a few problems with the layout of the object on my form. I need them to stay in the same place on the background image I created but the problem is my application displays differently on different screens and when it's maximized.

    It should look like this



    but when it's maximized or displayed on a screen with a different resolution it displays like this



    As you can see it's not aligned witht he background image. How do I resolve this?
  • blad3runn69
    New Member
    • Jul 2007
    • 59

    #2
    you need to make sure the window size cannot be changed, one picture displays a maximized window and the other displays a sized window. that could be your problem

    Comment

    • wolvenlied
      New Member
      • Feb 2008
      • 4

      #3
      Originally posted by blad3runn69
      you need to make sure the window size cannot be changed, one picture displays a maximized window and the other displays a sized window. that could be your problem
      thanks but how do I adjust that? When I start the form it starts in normal screen but as soon as another window within the application is opened it jumps to full screen, then when that window is closes the previous screen is also in full screen mode.

      Comment

      • blad3runn69
        New Member
        • Jul 2007
        • 59

        #4
        You can set this property by using the form's property sheet, a macro, or Visual Basic.

        Comment

        • wolvenlied
          New Member
          • Feb 2008
          • 4

          #5
          Originally posted by blad3runn69
          You can set this property by using the form's property sheet, a macro, or Visual Basic.
          thank you :) very much

          Comment

          Working...