Hello All, Thanks for your help in the past. I have a new problem...
I have two tables 1. TblEmployees 2. TblBranchServed. In the TblEmployees table is a field (MilitaryService) to capture military service branch information. In the second table, TblBranchServed are records listing the branches of service. I created a form with a combobox that is bound to TblBranchedServed that stores the selection from the combobox in the TblEmployees table. My problem is, it stores the key field numeric value in (MilitaryService) and not the second item listed in the combobox which is the branch of service. How can I get it to store the branch of service, i.e. Air Force, Army...