Combo Box Not Allowing Selecting of Value

R

Robert W

I have a combo box on a form and it is based off of a
query that lists the tables and queries in the database.
The list lets you choose what database object you want to
export, but when I open the form, it does not allow me to
change the value in the combo box. I'm using Win and
Office 2000.

Thanks for your help.

Robert W
 
J

John Spencer (MVP)

Did you bind the combobox to a field? That is set the control source to a
fieldname. If you are using the combobox to get information for use elsewhere
you don't want it to be bound.
 
R

Robert W

The combo box's control source is the query that finds all
database objects.

How do you know if it is bound?

I also have it on a tab control field with 5 tabs on it.
Does that make any difference?

Robert
 

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