In my database, I have a form that allows user to create a new employee file. The primary key is the employee number. I have three other tables that I would like to create a new record for, only using the employee number, the rest of the record would be filled in at a later time. Is there any way that when user enters the data to the form, that the employee number is also entered into the other three tables? My form is created in VB6 using ADO.