Hi,
I have a generic form that I am opening and changing a bit in VBA code. That's all going well, but I would like to set the window to "dialogue" mode so that the rest of the code waits until the form is closed (the form is something of a msgbox).
Anyways, it looks like I can set .modal to yes in form view mode, but not .popup.
Another alternative is to modify the form before it opens, and then just open it with the acDialog option. But I get that "can't find form" error.
Any ideas?
I have a generic form that I am opening and changing a bit in VBA code. That's all going well, but I would like to set the window to "dialogue" mode so that the rest of the code waits until the form is closed (the form is something of a msgbox).
Anyways, it looks like I can set .modal to yes in form view mode, but not .popup.
Another alternative is to modify the form before it opens, and then just open it with the acDialog option. But I get that "can't find form" error.
Any ideas?