I have a combo box with values from a table. I want to be able to have my users add values to the table via the combo box on my form.
I have changed the "LimitToList" property to No. This allows me to type a value in the combo box without getting an error message, BUT, the value does not write
back to the field in the table that is tied to the combo
box.
I saw the Not In List event on the property sheet, but I am
new to coding and did not know how to write the code, assuming that would fix my problem.
My combo box is called "Contact number". My table is called
"Contacts".
Any help would be greatly appreciated.
I have changed the "LimitToList" property to No. This allows me to type a value in the combo box without getting an error message, BUT, the value does not write
back to the field in the table that is tied to the combo
box.
I saw the Not In List event on the property sheet, but I am
new to coding and did not know how to write the code, assuming that would fix my problem.
My combo box is called "Contact number". My table is called
"Contacts".
Any help would be greatly appreciated.