Form w/Unbound object and SetTempVar

D

Donna

I'm trying to run a string of parameter queries which all use the same
parameter (semester). My plan is to use a macro to open a form with an
unbound object - a combo box listing the available semesters - then use
SetTempVar to make the semester available to all the queries in the macro.

The form opens, but the macro continues running without waiting for the user
input. Now do I make the macro wait for the user's response? I don't think
I want to use MsgBox because I want the user to pick the semester from a
list, not key it in free form.

TIA
 

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

Top