ms-accesspopupms-access-2010

How do I make a form in Access become a Pop-up Window?


I am looking to make the forms I have in Access pop-up forms. I have a picture of what I want (the picture is from a different file)

enter image description here

and this is what I have

enter image description here

As far as I can tell, there is no difference in the Macros, the settings, and the VBA code between the two files. How do I make my forms pop out like the one pictured?

Thanks!


Solution

  • Have you tried DoCmd.OpenForm "YouFormName", , , , , acDialog ?


    If you want to permanently define your form as a pop-up just go to the form's

    Property Sheet -> "Other" Tab > Set "Pop Up" to "Yes"