thargor
12-10-2003, 12:45 AM
I have a table with employees in it. I also have many tables that have many fields that the employees need to fill in.
I have created a relationship from the employee table to the other tables with the primary key so that there are 1 to many relationship that all stem from the employees table.
What I want to do is (and it may be more useful if I put this topic on the forms thread) have a situation where an employee logs in and then is able to put his/her data in each related table without having to put their name in every table they put data in.
So in effect I want the login to then place their name in all the foreign fields for all the tables that are related back to the employees table.
How do I do this?
I have created a relationship from the employee table to the other tables with the primary key so that there are 1 to many relationship that all stem from the employees table.
What I want to do is (and it may be more useful if I put this topic on the forms thread) have a situation where an employee logs in and then is able to put his/her data in each related table without having to put their name in every table they put data in.
So in effect I want the login to then place their name in all the foreign fields for all the tables that are related back to the employees table.
How do I do this?