The simpliest was is to actually requery the combo that has the customer name - so after you save the customer, you then do cboCustomer.Requery. If the Row Source property of the combo box does not have the query and you do the query seperately, you will have to run over your query and then...