I am creating a Microsoft access application, and I designed a login form, where the user inputs username and password. I want the form view of the form to be showing above the access window, as a pop-up... how do I achieve that?
Asked
Active
Viewed 67 times
-2
-
1google for opening popup windows in ms-access – dbmitch Jun 16 '16 at 20:59
1 Answers
0
Set the Popup property for the form to Yes. You probably also want to set the Modal property to Yes, which will disable the application window until the form is closed or hidden.

Shane L. Groff
- 76
- 2