Stop an ACCESS Application from processing - Wait

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top