T
Tech T
I have created a combo box that looks up a category in another form.
When the LimitToList property of a bound combo box is set to No, you can
enter a value in the combo box that isn't included in the list. Microsoft
Access stores the new value in the form's underlying table or query (in the
field specified in the combo box's ControlSource property), not the table or
query set for the combo box by the RowSource property.
This is what I want to do, but when I change the properties I get error
messages or numbers instead of words in the field. What is the proper way to
use this?
Tech T
When the LimitToList property of a bound combo box is set to No, you can
enter a value in the combo box that isn't included in the list. Microsoft
Access stores the new value in the form's underlying table or query (in the
field specified in the combo box's ControlSource property), not the table or
query set for the combo box by the RowSource property.
This is what I want to do, but when I change the properties I get error
messages or numbers instead of words in the field. What is the proper way to
use this?
Tech T