sk1hotpepr
Technical User
I have three tables, one of which needs to be a many-many relationship. I cannot figure out how to do this, since if I don't have a primary key, I can't enter information.
Table1: IDContractor
ID (Primary Key)
Descript
Table2: ProjectCt
ID (Primary Key)
Name (Primary Key)
<other info>
Table3: Team Ct
ProjectNo
Name
What can I do to fix this? Table2 has a combined primary key because there can be a contractor listed under more than one category, so in Table3, I need to be able to allow for the same contractor name to be listed with the project number more than once. Any help would be really appreciated since I'm completely stuck.
Table1: IDContractor
ID (Primary Key)
Descript
Table2: ProjectCt
ID (Primary Key)
Name (Primary Key)
<other info>
Table3: Team Ct
ProjectNo
Name
What can I do to fix this? Table2 has a combined primary key because there can be a contractor listed under more than one category, so in Table3, I need to be able to allow for the same contractor name to be listed with the project number more than once. Any help would be really appreciated since I'm completely stuck.