I have a database in Access 2007. ON my form [frmvehicles] i have a combo box field for cboMAKE, once selected will allow the user to use another combo box cboModel. if an item is not available on the cbomodel, i have a button [add model] that will allow a user to open a subform [frmmakemodelsubform] to add the model. That all works fine. what i would like, and am having trouble is that once I add a new model, and close frmmakemodelsubform, i would like the frmvehicles to not only have requery'd itself and cbomodel is updated to reflect the model i added, but have that same model selected. Any help appreciated, i have spent hours on this and so far everything i do messes up my combo boxes working at all!! Thanks!