I have a database which houses both an employee table(that has employee names, SS#, commission %, branch, etc) and another table that is used to enter loan information and the employee is selected that has assisted the customer. In a form I have a combo box referencing the employee table to bring forward Firstname, Lastname, branch, commision%, and SS#. From there i need to write all this data to a different table automatically dependent on the employee selected from the combo box. I used the =""&Employee.Column(1) function to call the data into text fields that i need written to table but it will not save any of the data in these fields or in fields below that calculate formulas such as yield and commission. How to do have the fields have into my tables?