How do I open a form in Access and have the code wait until the form closes before the next line of code executes. There must be an easy solution.
Printable View
How do I open a form in Access and have the code wait until the form closes before the next line of code executes. There must be an easy solution.
Can you open a form modally in VBA?
The OpenForm statement, 5th parameter has the WindowMode Property that must be set to acDialog
cool... now I have another one for you... NEXT THREAD ;)