Adding a Row to a Combo Box List Combo boxes are commonly used to display a list of values in a table or query for a user to select from. By responding to the NotInList event, you can provide a way for the user to add values that aren’t in the list. Where can I find this NotInlist event to place my code???