Search results

  1. S

    Form doesn't stop for user input !!!

    I have found the answer, it was (and probably is for lots of people like me!) a concept problem. The modal form is not a dialog unless I open it as such, and I had not! I just thought modal meant it would stop for input. This page explained it all...
  2. S

    Form doesn't stop for user input !!!

    Thanks, I understand what you mean but sooner or later I will have to do the same i.e. end up calling a form from within a loop and why would it be any different? Still don't understand why a call to a modal form doesn't stop the code and wait at the form for user input before continuing the...
  3. S

    Form doesn't stop for user input !!!

    Hi, I have a main form with a multi select list box so users can choose their emergency contact. When the OK button is pressed VBA code uses a FOR EACH loop to go through the selected emergency contacts in the list box, and display a modal popup form with one of the selected emergency contacts...
Back
Top Bottom