Hey, Thanks for the quick response. Here are some screen shots of my combo boxes and the Code. It still works fine on the initial dropdown but it doesn't change if it is switched.

Here is what I have for my DLookUp. It grabs the information fine, I'm still not how to get that information to save with the rest of the form in the table.
Code:
=DLookUp("[Employee_Name]","[EmployeeListTbl]","[Employee_Code]= '" & [Forms]![Copy of Audit Entry Form]![cbxEmployeeCode] & "'")
Thanks!
(Note, I'm doing everything on a test form right so ignore some of the naming schemes, they aren't permanent)