G
Guest
I feel like an idiot. I have a form that has the fields: Employee ID(text), First Name(text), Last Name(text), and Location(text). The Employee ID is a combo box, and the rest are simple text boxes. When I change/update the Employee ID box, I would like for the other fields to update to their cooresponding values. The problem that I am running into is that I am using two different tables for this form. The userID info is in tblEmployee and the other info that I would be comparing is in tblKeyList. Is there an SQL statement that I could use to compare both tables. Any suggestions?