Call ComboBox from Parameter Query

P

Patrick Rouse

Is there a way to have a parameter query ask a user to
choose from a combobox instead of having the user type in
an answer?

Patrick Rouse
Microsoft MVP - Terminal Server
 
R

Rick Brandt

Patrick Rouse said:
Is there a way to have a parameter query ask a user to
choose from a combobox instead of having the user type in
an answer?

No, you would need to provide your own form and place the ComboBox on that.
This form cannot be automatically prompted simply by running the query so
you have to reverse the situation. Instead of the query being run causing
the form to appear (as with a parameter query), you first open the form and
then use an event on the form to run the query. The query is then modified
to use the ComboBox as its criteria.
 
P

Patrick Rouse

Cool thanks.

Patrick
-----Original Message-----


No, you would need to provide your own form and place the ComboBox on that.
This form cannot be automatically prompted simply by running the query so
you have to reverse the situation. Instead of the query being run causing
the form to appear (as with a parameter query), you first open the form and
then use an event on the form to run the query. The query is then modified
to use the ComboBox as its criteria.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com



.
 

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

Similar Threads


Top