I have been using the following code to update information populating a combo box, e.g. if I enter "eggs" and it is not a stored term, I get asked if I want to add it, and then the combo box is updated accordingly.
'In the data entry form ...
Private Sub JournalID_NotInList(NewData As String...