sawilliams
Technical User
My question is about how to display the contents of a combo box on a form. I have a combo box that looks up the values in a table. The table (tblKeyWords) has only two fields ("KeyWord_ID" and "KeyWord"). I really only want the field "KeyWord" to display on the form. But I also want the user to be able to add new entries to the KeyWord field. If I change the property "Limit to List" to "no" I get the error "Microsoft Office Access can't set the LimitToList property to No right now. The first visible column, which is determined by the ColumnWidths property, isn't equal to the bound column. Adjust the ColumnWidths property first, and then set the LimitToList property." My properties are:
Column Count = 2
Column Heads = No
Column Widths = 0",1"
Bound Column = 1
So, if I change Bound Column to = 2, I can change "Limit To List" to "No", but when I open the form, the combo box displays only the KeyWord_ID field and when I click on it, I see the KeyWords but when I select one, I get the error "The value you entered isn't valid for this field. For example, you may have entered text in a numeric field or a number that is larger than the FieldSize setting permits."
I'm not sure how to proceed.
Column Count = 2
Column Heads = No
Column Widths = 0",1"
Bound Column = 1
So, if I change Bound Column to = 2, I can change "Limit To List" to "No", but when I open the form, the combo box displays only the KeyWord_ID field and when I click on it, I see the KeyWords but when I select one, I get the error "The value you entered isn't valid for this field. For example, you may have entered text in a numeric field or a number that is larger than the FieldSize setting permits."
I'm not sure how to proceed.