F
foobar
While executing a VB script in Access 2003 I would like to "pop up a dialog
to get some user input" and then proceed with the script.
As far as I can figure out, VB Access does not support dialogs as such but
rather I build a Form that contains the various UI elements that I would
like to use to get the user's input.
How do I display the form and wait for the user to click Ok/Cancel on the
form?
The DoCmd.OpenForm returns immediately.
Do I have to build a "sleep" function that periodically wakes up to see if
the form has set a global variable "I Have been closed?".
What I'm trying to do is a build a glorified MsgBox to get more than just
Yes/No/Cancel from the user.
Daniel
to get some user input" and then proceed with the script.
As far as I can figure out, VB Access does not support dialogs as such but
rather I build a Form that contains the various UI elements that I would
like to use to get the user's input.
How do I display the form and wait for the user to click Ok/Cancel on the
form?
The DoCmd.OpenForm returns immediately.
Do I have to build a "sleep" function that periodically wakes up to see if
the form has set a global variable "I Have been closed?".
What I'm trying to do is a build a glorified MsgBox to get more than just
Yes/No/Cancel from the user.
Daniel