Form Value

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top