G
Guest
I have a question, and maybe someone can give me the more effective of the two. I want to set up a bunch of relantion ships with this management software. But I will start with 2 tables.
One table [A] contains a project list, which consists of a Unique ProjectID and some other stuff like project name, description, etc.
Then table contains contracts with a Unique ContractID, contract info, etc.
Now, contracts will be under the projects, so 1 project can have many contracts. My question is: in the contract table, should I also have a field containing the ProjectID it falls under and link that field, OR, should I have a 3rd table [C] that has 2 fields: The ProjectID and the corresponding ContractID and connect them that way? I hope I am making sense. Thanks
One table [A] contains a project list, which consists of a Unique ProjectID and some other stuff like project name, description, etc.
Then table contains contracts with a Unique ContractID, contract info, etc.
Now, contracts will be under the projects, so 1 project can have many contracts. My question is: in the contract table, should I also have a field containing the ProjectID it falls under and link that field, OR, should I have a 3rd table [C] that has 2 fields: The ProjectID and the corresponding ContractID and connect them that way? I hope I am making sense. Thanks