Form to be opened as a dialog box

shan_vba

New member
Local time
Today, 04:48
Joined
Mar 14, 2020
Messages
21
I have created some forms in the wizard and had done several stuff on them with VBA, and when I run them in the Form view they are opened spread and embedded inside access.... I need two things.. One is to get them opened as windows... and second things is I need to open other forms with buttons in another form.. Please help me
 
Hi. First thing you could try is set the Popup property of the form to Yes.
 
Where can I find that property under format ? Other ? I couldn't find it
 
Where can I find that property under format ? Other ? I couldn't find it
Should be in the "Other" tab.
popup.png
 
Thank you very much I could get it done.... I was finding for the property by selecting the section not the form.... Thank you all
 
Thank you very much I could get it done.... I was finding for the property by selecting the section not the form.... Thank you all
Hi. You're welcome. Glad we could assist. Good luck with your project.
 

Users who are viewing this thread

Back
Top Bottom