I needed to be able to add a new record to a combo box. I just tried using the example in the Microsoft database (Q197526). It works up until the InputBox appears to add the new record. Then I get an error "Data Type mismatch in criteria expression". I think if figured out why, but I don't know what to do about it. In my table, the ID is a numeric field (AutoNumber) and in the example, the CustomerID is a text field. So the dbText in the BuildCriteria is probably causing this? But what do I enter in this line instead of dbText? Thank you to anyone that can help!