J
Jim
Hi,
I've got a form module procedure in which I'd like the
code to pause at a particular point for user input. The
Inputbox() function does precisely what I need, except
that I'd like for the user to be able to select from a
combo box (rather than having to type longhand in a
textbox).
strInput = Inputbox("Please enter the method of
transmittal:")
Alternatively, I've created a simple dialog box form
containing the combo box I need. However, opening up the
dialog box from within the procedure does not halt the
procedure.
Does anyone have any suggestions on how to stop the
procedure until the user has made a selection from the
dialog box?
Thanks,
Jim
I've got a form module procedure in which I'd like the
code to pause at a particular point for user input. The
Inputbox() function does precisely what I need, except
that I'd like for the user to be able to select from a
combo box (rather than having to type longhand in a
textbox).
strInput = Inputbox("Please enter the method of
transmittal:")
Alternatively, I've created a simple dialog box form
containing the combo box I need. However, opening up the
dialog box from within the procedure does not halt the
procedure.
Does anyone have any suggestions on how to stop the
procedure until the user has made a selection from the
dialog box?
Thanks,
Jim