Results 1 to 5 of 5
  1. #1
    MichaelA is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Sep 2019
    Location
    Wisconsin
    Posts
    139

    Navigation Form cut off in Form View

    I have a navigation form that looks fine in design and layout view. When I open it up in form view the left side is cut off. I can't see all of the vertical navigation buttons. If I maximize it, the problem is corrected but with a large amount of empty space on the right. When I restore it down the left looks fine but the right side is now cut off?

    Thanks in advance.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    My first thought is that some control to the right gets focus first, forcing the form to show the right side. Make sure there isn't an old control on the right side. I always size my forms so the entire form fits on the screen without any need to scroll.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    MichaelA is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Sep 2019
    Location
    Wisconsin
    Posts
    139
    I found the culprit. I had this little snippet.

    Private Sub Form_Load()
    Me.Move Left:=0, Top:=-2500, Width:=15200, Height:=11050
    Me.Moveable = True
    End Sub

    I changed the width value and it's good now.


    Quote Originally Posted by pbaldy View Post
    My first thought is that some control to the right gets focus first, forcing the form to show the right side. Make sure there isn't an old control on the right side. I always size my forms so the entire form fits on the screen without any need to scroll.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Ah good, glad you got it sorted.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Quote Originally Posted by MichaelA View Post
    I changed the width value and it's good now.
    Suggest you also test on a different size/resolution monitor
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Open a Form in Datasheet View from Navigation Form
    By sparker75 in forum Programming
    Replies: 17
    Last Post: 10-09-2018, 01:39 PM
  2. Replies: 2
    Last Post: 07-10-2016, 01:53 PM
  3. Replies: 4
    Last Post: 10-29-2015, 01:46 PM
  4. Replies: 12
    Last Post: 10-23-2014, 02:08 AM
  5. Replies: 8
    Last Post: 04-29-2013, 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