Phil,
Try something like this -
In the cboMakeID_NotInList module, use:-
DoCmd.OpenForm "frmMakes", acNormal,,,acFormAdd,,NewData
Response = acDataErrAdded
(which opens frmMakes in Add mode and passes the combo string across in OpenArgs, and will requery the combo on return.)
However, Unless...