hi im implementing a database in ms access, its a project tracking and im having trouble with some of the tables.... the relationships are as follow
Employee : M
Employee_ID
Name
Phone
Supevirsor_Name
Supervisor_Email
Project : M
Project_ID
Project_ Name
Description
Project_Added
EmployeeProject
Employee_ID
Project_ID
AssignedBy
i made this third table called EmployeeProjects for the relationship, but when i go to collect the data everything is ballistic, when i go to capture employees in the employee table everything is fine, i go to the projects and everything is fine there is a "+" in the projects its lists every single employee that i captured in employees in the same project i go to the next record and the same deal, there is a possibility that this could be that many employees can be in a project and also working in another project, what is wrong with it? can anybody help me???