There have been many questions like this, but I can't seem to nail it down. I have an Employee Table and a Training Table. The Training Table has the EmployeeID as a foreign key and I created a Combo box to show the Employee FName and LName in the EmplID Field. I then made a form off the Training Table. The Combo box transferred over to the form just fine, but when an Employee Name is selected, all the other fields don't update to that selected Employee. I think I need to create an Event Procedure in the AfterEvent of the EmployeeID control, but I'm not sure how to write it. My EmployeeTable and TrainingTable have a one to many relationship. Don't want a subform...any suggestions? I'm just learning about SQL and VB. Thanks in advance for your help!!