Pausing or Suspending code

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

Guest

Hi..

Im working in Access 2000 and have created code as part of the Onclick Event
Procedure. Within this code I open a form that requires the user to make a
selection. The selection passes back to the form where the OnClick event
originated. The problem is my OnClick code does not wait for the
information. Is there a way to force my OnClick code to wait for the needed
information before resuming.

Appreciate your assistance.

Fred Alyea
 
Tylendal said:
Im working in Access 2000 and have created code as part of the Onclick Event
Procedure. Within this code I open a form that requires the user to make a
selection. The selection passes back to the form where the OnClick event
originated. The problem is my OnClick code does not wait for the
information. Is there a way to force my OnClick code to wait for the needed
information before resuming.


Open the second form in Dialog mode to make you code pause
until the form is closed or becomes invisible.
 
Back
Top