Results 1 to 9 of 9
  1. #1
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265

    Difference between opening a form vs. a popup form?


    I click a button and open a form. How is this different than a popup form? Isn't this really a pop-up form? When I click a button a form pops up? So I'm a bit confused as to what a popup form exactly is, how and when it is used, and how it differs from clicking a button and opening another form.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    A 'popup' form or report can be moved outside the Access application framework. It will sit on top of other objects, such as a table. I have known some code to not work as desired when form or report is a popup. I seldom use this setting.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265
    Quote Originally Posted by June7 View Post
    A 'popup' form or report can be moved outside the Access application framework.
    When you say moved outside the Access application frame work, do you mean, clicking it and moving it out of the main Access window, so it can appear above Excel, Word, etc.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Yes, it 'floats' - click, grab, drag.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    The only way I've used a popup form is to also set the modal property to TRUE.

    You might read: http://www.access-programmers.co.uk/...d.php?t=179101

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    One thing not mentioned about modal is that setting is a nuisance during debugging. I never set the property until I am confident the code is working properly and rarely use it either.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    So true.
    I had forgot what a pain debugging was.
    Like I said, I used "A" (one) popup form with the Modal property set. I fought off other attempts to get popup forms.

  8. #8
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265
    Quote Originally Posted by ssanfu View Post
    So true.
    I had forgot what a pain debugging was.
    Like I said, I used "A" (one) popup form with the Modal property set. I fought off other attempts to get popup forms.
    Thank you everybody for the feedback. I clicked Add Reputation for both of you.

    Still don't know how to mark a thread as solved.

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Thread Tools dropdown above the first post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Linking a popup form to the main form
    By dvgef2 in forum Forms
    Replies: 9
    Last Post: 03-25-2013, 04:57 PM
  2. Replies: 11
    Last Post: 01-10-2013, 06:23 PM
  3. Replies: 1
    Last Post: 02-29-2012, 09:38 AM
  4. popup when opening a form
    By ajetrumpet in forum Forms
    Replies: 1
    Last Post: 10-08-2010, 09:33 AM
  5. Replies: 10
    Last Post: 09-27-2010, 08:06 PM

Tags for this Thread

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