G
Guest
I have created a form that allows me to see a list of dates that I want to
select from.
I have created a module that will open a form so that I can select the month
that I want to use. What I'm having a problem with is halting the code while
the user selects the month he wants. Then before the code continues, I want
that value returned to the module in a variable so that it can be processed
later.
So I have used docmd.openform, which opens the form. I don't want to use an
inputbox because it doesn't allow me to use a drop down dialog box so that
the user gets the correct date.
I hope someone can help me out.
select from.
I have created a module that will open a form so that I can select the month
that I want to use. What I'm having a problem with is halting the code while
the user selects the month he wants. Then before the code continues, I want
that value returned to the module in a variable so that it can be processed
later.
So I have used docmd.openform, which opens the form. I don't want to use an
inputbox because it doesn't allow me to use a drop down dialog box so that
the user gets the correct date.
I hope someone can help me out.