Why isn't a value that I type in the combo box on a form added to the list?

Why isn't a value that I type in the combo box on a form added to the list?

To automatically add a value to the list on a form, you need to write an event procedure and attach it to the combo box's OnNotInList property.

Note   You must set the LimitToList property to Yes to use the NotInList event.