i have a form that has 2 comboboxes. one is for a contractor name and the other is for employee name. how do get the values for the employee to update whenever i change the contractor name combobox? the contractor to employee relationship is one to many. the form uses the contractor table to populate the contractor name combobox. when a record loads, the new employee name dropdown list is correct. when i change the contractor name, it doesnt update. can i link it or run a macro or change the ondirty or onchange settings? thanks.