Stop an ACCESS Application from processing - Wait

P

PJ Rescue

Does anyone know of a way to stop application processing (other than with a
MsgBox) until some action is taken by the user?

I know you can use "vbSystemModal" in the MsgBox instruction, but I haven't
found another way.

Any help would be appreciated.
 
D

Douglas J. Steele

How are you expecting to get the input from them? You can open a form in
Dialog mode, and processing will stop until the form is closed.
 
Top