Cannot select any value on combo box list

S

Shawn

I have access 2003 datbase where I am creating a simple
combo box from a query. The list values show up
appropriately in the combo box, but I cannot select
ANYTHING from the darned list. The combo box is enabled
and is not locked. Is there some property or something
else I am missing?
 
J

Jeff Conrad

Check the form's property sheet.
If "Allow Edits" is set to "No" you will not be able to make a selection from the combo box.
Just change that to "Yes" (assuming that is OK for your circumstances) and all should be well.
 
Top