Results 1 to 3 of 3
  1. #1
    RunTime91 is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2014
    Posts
    284

    When Form Opens it Covers Labels & Controls

    This seems simple - right? wrong!



    Access Userform use to open perfectly - Now, after adding a few additional controls - (None of which changed the size of the form)

    It opens in the same position and at the same size but now the buttons and labels have been pushed up and off the form at the top.

    Here is the open event that positions and sizes the form:
    Code:
    DoCmd.MoveSize 100, 100, 13725, 2250
    At a complete loss

    Thank you for any help..

  2. #2
    RunTime91 is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2014
    Posts
    284
    Update.... So one of the new controls I placed on the form was a OptionGroup Frame Control.

    The form is designed to resize depending upon the selection of the end user and with these selections certain controls become visible while others become invisible.

    Apparently I neglected to set the Visible property of the OptGrp Frame Control False.

    Once I set the visible property to False - Everything worked perfectly as before.

    Something about shrinking a form over a visible control I guess

    This one is solved

    Paul - If you're out there, I haven't forgot about sending you a copy of this nightmare, err, I mean database - I should have it complete this week and will send you a copy right after that.

  3. #3
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    If I'm the Paul, you may not have forgotten but I have.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 9
    Last Post: 04-08-2020, 05:09 PM
  2. Replies: 5
    Last Post: 07-25-2014, 02:57 PM
  3. Degrading Form labels
    By vad77 in forum Forms
    Replies: 10
    Last Post: 02-25-2014, 07:32 PM
  4. Replies: 21
    Last Post: 08-05-2013, 06:23 AM
  5. Replies: 35
    Last Post: 12-21-2011, 02:16 PM

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