Results 1 to 3 of 3
  1. #1
    ittechguy is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Posts
    218

    Opening popup form makes main tab on navigation form go blank

    Click image for larger version. 
<br /><script async src=
    Name: navigationform.png  Views: 15  Size: 51.0 KB  ID: 22706" class="thumbnail" style="float:CONFIG" />


    If I click on one of the buttons on the left and it opens a popup form, as soon as I do the Main Form goes blank. When I exit the popup form, the main form remains blank until I click on "Main Form" again. How can I fix this?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    The screen must redraw. Click it or f5

  3. #3
    ittechguy is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Posts
    218
    Hey I've searched the entire internet and it took forever to find the answer, so once I found it I thought I'd post it here.

    The solution was to close out of the Navigation Form by placing this code in the OnLoad event of each of the buttons on the left:

    Code:
    DoCmd.Close acForm, "NavForm", acSaveNo
    Doing this will cause only one form to be open at a time. Then in the OnClose event of the same form, I placed this code:

    Code:
      
     DoCmd.BrowseTo acForm, "NavForm", "", "[Forms]![NavForm]![NavigationButton16]", "", 1
    So as soon as I close out of the form it opens up the navigation form again.

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

Similar Threads

  1. Alt-Tab makes popup form lose focus
    By keviny04 in forum Forms
    Replies: 4
    Last Post: 04-21-2015, 10:38 AM
  2. Popup Form is blank white
    By mjhd in forum Forms
    Replies: 1
    Last Post: 09-20-2014, 11:20 AM
  3. Replies: 2
    Last Post: 05-21-2014, 06:37 PM
  4. Replies: 11
    Last Post: 01-10-2013, 06:23 PM
  5. Replies: 1
    Last Post: 02-29-2012, 09:38 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