Forum Discussion
DingChen018
Feb 11, 2020Copper Contributor
How to make the Modal Form closed first, and then run codes after its opening-Form-command?
Hello, I am new to this Access community, and need your expertise to fix my problem during developing an Access application. I designed the pop-up and Modal form to first get user to input a file na...
DingChen018
Feb 11, 2020Copper Contributor
I fixed the problem because I didn't set right parameters as follows.
DoCmd.OpenForm "frmInputFileName", acNormal, , , , acDialog
now the modal form is keeping open until it is closed, and then the codes after the Open-Form command are executed.
Thanks for your review.