Results 1 to 4 of 4
  1. #1
    Ant_Snell is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jul 2021
    Location
    UK
    Posts
    124

    Issues with Pop Up forms not opening

    If I design a form with the property style set to ‘Pop UP’ the form will not open in form view. I can sometimes resolve this by opening in design view re-saving then it sometimes works again but not always. If I put an updated front end on a client PC then all the pop up forms (that open via macro or VBA) stop working and the only way I have found to resolve it is to open the app in design mode, open each form in design mode, then save. I have no idea way this is happening or how to fix. Has anyone had the same issue and found a fix please.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    usual reason is you are using overlapping windows and the form has opened, but behind another form.

    to test, minimise the forms you can see - is the popup behind one of them?

    Another reason could be you are developing using multiple monitors and the popup has opened on a different monitor. If that monitor is no longer there at runtime it will still be placed in that relative location

    one thing to try, set the modal property to true (you can then set it to false in the form open event if you don't want it to be truly modal). You can also use me.move or docmd.movesize to place the popup in a specific location

  3. #3
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Also, in Form Design View, go to Properties - Format and check that the Allow Form View is set to Yes.

    Linq ;0)>

  4. #4
    Ant_Snell is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jul 2021
    Location
    UK
    Posts
    124
    Thanks, took some time to sort but got there in the end. It was ajax's suggestion of 2 monitors (still using two monitors but for some reason a few of my forms were opening off the screen so used the Move on open. all sorted now thanks

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

Similar Threads

  1. Issues With Crosstab Forms & Sums
    By djclinton15 in forum Forms
    Replies: 1
    Last Post: 11-20-2016, 07:15 PM
  2. Replies: 3
    Last Post: 10-23-2013, 08:11 AM
  3. Opening an Access database issues
    By Paul-NYS in forum Access
    Replies: 1
    Last Post: 05-11-2012, 03:46 PM
  4. Replies: 9
    Last Post: 05-07-2012, 06:11 PM
  5. ID Link issues between Forms/Tables
    By fat ralphy in forum Access
    Replies: 4
    Last Post: 10-13-2011, 03:20 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