I have a combo box which selects values from the City table, to view on a Customer form.
What VBA code do I need to write in the Not In List property of the combo box to enable me to add a new item to the City table, assign the new City item a CityID (which may happen automatically) and for...