Set the "limit to list" property on the combobox to Yes. Then, on the NotInList event for the combobox, you can have code that pops up a msgbox saying "This contract does not exist. Do you want to add?"
Then if the user selects Yes, you write code that opens a data entry form to add the...