View Full Version : Continue conditionally...


deejay_totoro
06-28-2007, 08:09 AM
Hello,

I have a short simple function that when triggered runs a few queries. At one point a from opens up which the user must complete.

My question is this: I would like the function to "Pause" until the opened form is closed.

Is there anyway I can get the function to "wait until the form has been closed"?

Cheers!

dj_T

boblarson
06-28-2007, 08:09 AM
Open the form as dialog.

DoCmd.OpenForm "YourFormName", acDialog