Combo Box Values

M

Matt

Hi

I am working on a searchable database using a form as my interface. I want to have a combo box that contains the names of the queries that I want, not the values that are inside 1 particular query. I do not see a feature that allows me to do that with the wizard. I thought of typing the names of the queries into the combo box, but then how would I link those names to the names of the actual queries. Let me know if you can help, thank you very much

-Mat
 
E

Eric Cárdenas [MSFT]

Hi,
I am working on a searchable database using a form
as my interface. I want to have a combo box that contains
the names of the queries that I want, not the values that
are inside 1 particular query. I do not see a feature that
allows me to do that with the wizard. I thought of typing
the names of the queries into the combo box, but then how
would I link those names to the names of the actual queries.
Let me know if you can help, thank you very much.

-Mat
--------------------
If you want to populate a combo box with the queries saved in your
database, you would need to write some VBA code. You will use the QueryDefs
collection to list all the queries.

For more information, please consult your Microsoft Visual Basic Help.

Hope this helps,
 

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

Combo box 0
Combo or list box 0
Combo Box not showing old records 9
synchronized Combo Boxes in subforms 2
combo help please 1
Combo box headache 5
Update a an unbound combo box 1
Combo or list box 0

Top