B
BBM
Under what circumstances will a combo box show the
possible values (in my case a table in the database) but
NOT let you select one of the values to be the value of
the combo box?
The control is unbound.
The control is on the header portion of a form that is
primarily just for picking a record to edit, so the form
is marked for no additions or edits. Changing these
values on the form doesn't help.
The control is enabled.
The control is not locked.
Limit to list is true.
Column 1 is the bound column (which I thought just set the
value of the control if the control is unbound).
When I run the form, the effect is just as if the combo
box was locked (with nothing selected, there's no
default). The proper table values show correctly, but you
cannot select any of them.
I'm using Access 2003.
What is going on?
Thanks.
possible values (in my case a table in the database) but
NOT let you select one of the values to be the value of
the combo box?
The control is unbound.
The control is on the header portion of a form that is
primarily just for picking a record to edit, so the form
is marked for no additions or edits. Changing these
values on the form doesn't help.
The control is enabled.
The control is not locked.
Limit to list is true.
Column 1 is the bound column (which I thought just set the
value of the control if the control is unbound).
When I run the form, the effect is just as if the combo
box was locked (with nothing selected, there's no
default). The proper table values show correctly, but you
cannot select any of them.
I'm using Access 2003.
What is going on?
Thanks.