Hello,
I have a form with multiple comboboxes - all of which look up values in their respective tables. All of these tables have 2 fields: ID# (autonumber), & FieldName. For example, i have a combobox called "Term" that has a table with ID# & TermLength as its fields. The combobox is set to 2 columns, with only 1 bound column, so the ID# shoudln't be displayed when clicking on the drop down arrow, but when queried in modules, will return the ID# value.
All of the comboboxes are working except for the "Term" combobox. It is set up exactly as the others are in the tables and in the form. The data appears as it should, but everytime I click on the drop down arrow, I get the message:
"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."
Can anyone advise on whats wrong?
Thanks!
I have a form with multiple comboboxes - all of which look up values in their respective tables. All of these tables have 2 fields: ID# (autonumber), & FieldName. For example, i have a combobox called "Term" that has a table with ID# & TermLength as its fields. The combobox is set to 2 columns, with only 1 bound column, so the ID# shoudln't be displayed when clicking on the drop down arrow, but when queried in modules, will return the ID# value.
All of the comboboxes are working except for the "Term" combobox. It is set up exactly as the others are in the tables and in the form. The data appears as it should, but everytime I click on the drop down arrow, I get the message:
"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."
Can anyone advise on whats wrong?
Thanks!