Here is the code for the 4 comboboxes that I am having trouble with. Just to let you know, there is a 5th combobox that has similar AfterUpdate code, but is not causing a problem.
Combobox1 - cboEmplStatus:
SELECT tblEmployeeStatus.StatusCode, tblEmployeeStatus.StatusDescr
FROM...