Question How to make a query based combobox?

UnrealEnvy

Registered User.
Local time
Today, 17:55
Joined
Jul 15, 2009
Messages
35
Hello everyone.
I'd like to have a combobox that contains values such as:
value 1
value 2

and when I choose a value, it should run a query.

Can someone please tell me how to do that, without VB? I'm new to this, and I would appreciate assistance. Please tell me exactly what to do.

Thank you! :)
 
>>> Can someone please tell me how to do that, without VB?<<<

Sorry don't know how...

However with VBA you would run the query from the combo box after update event.
 
Hello everyone.
I'd like to have a combobox that contains values such as:
value 1
value 2

and when I choose a value, it should run a query.

Can someone please tell me how to do that, without VB? I'm new to this, and I would appreciate assistance. Please tell me exactly what to do.

Thank you! :)
You can use a macro instead of VBA if you wish. Do you want a certain query based on the selection or just a single query?
 
You can use a macro instead of VBA if you wish. Do you want a certain query based on the selection or just a single query?

A certain query based on the selection.
Like, if I choose: Value 1
I will get query 1
If I choose Value 2
I will get query 2

Please explain how, in details, I'm very new at this, and I feel a little stupid asking this.. :)

Thank you for the replies guys!
 

Users who are viewing this thread

Back
Top Bottom