Well.....
First off all you have to do is set limit to list to Yes.
Second depends on weather or not you are using VBA or the garbage wizard recordset.... I personally add all my own records, because I am a control freak and hate the wizards....
If you are using VBA which I recommend you to to take the time to learn if you aren't using it. You the check to see if the ISNULL(cmbxxx.value) = true, if so you do not add the record and you msgbox"All fields required have not been entered",vbOKOnly,"Record Error"
At this time you can turn the background color of the missing field to red, so the user knows what they need to enter...
If you are using the wizard, in the table, for the field being populated by the "cmbxxx" you just make the field required, and there will be an error when the user tried to add this record...
Regards,