pause macro until command completed

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

Guest

is there a way to cause a macro to pause in MS Access while a form is
displayed to make corrections to some data. Then when you close form the
macro will continue on. Thanks
 
Mike,

One option is to split the maccro into two macros,, and assign the
second macro on the Close event of the form.

Another is to set the Window Mode argument of your OpenForm action to
Dialog.
 
Back
Top