tmulrooney
Registered User.
- Local time
- Today, 17:33
- Joined
- Mar 8, 2002
- Messages
- 23
I have created two tables. One is call "employees" the other is called "projects". I setup a form that links the two tables by setting the master and child fileds to the same field. The form is working correctly. AS I scroll through my projects I can see the assigned employees to each project. I created a separate form called Employee data. It calls information from the employee table. My problem is.....The employee table is creating multiple employees entries based on the number of projects they are associated with. I want my employee table to have one entry for each employee.
Should I have created a table called employees. A table called Projects. Then create a third table where the data of the two linked are stored? Can you put me on the right track?
Thanks,
Tim
Should I have created a table called employees. A table called Projects. Then create a third table where the data of the two linked are stored? Can you put me on the right track?
Thanks,
Tim