Combo box NAME# error

C

Cheese

I had created a form with combo boxes. Then I had the bright idea to
alphabetize the entries by changing the properties of the form and now the
combo box displays NAME#. I realize that this has something to do with the
Control Source but it remains in the underlying table for the form...what did
I do?
 
D

Dennis

Execute the actual query that populates the combobox. Chances are you have an
error in it.
 
K

KARL DEWEY

Does the field name from the table/query appear in the field list?

If you are not using a query to pull data from the table then you need to
review the SQL statement used as Row Source. It has to have a field named
the same as the Control Source.
 
Top