G
Guest
I am getting dizzy figuring this out.
I have a table with basic project information that is unique to each project.
Each project has many contracts.
Each contract has many alternate details (a different number and different
details for every contract, and for every project).
Each contract has many bids (each of which will contain bids for each
alternate detail).
If I have a contracts table, does it include all the contracts for each
project?
If I have a bid detail table, does it include all projects and all contracts?
Or am I doing something wrong because there is all this repeated information
(project number, contract number, etc on each table to allow it to hook up in
one to many fashion).
Thanks.
I have a table with basic project information that is unique to each project.
Each project has many contracts.
Each contract has many alternate details (a different number and different
details for every contract, and for every project).
Each contract has many bids (each of which will contain bids for each
alternate detail).
If I have a contracts table, does it include all the contracts for each
project?
If I have a bid detail table, does it include all projects and all contracts?
Or am I doing something wrong because there is all this repeated information
(project number, contract number, etc on each table to allow it to hook up in
one to many fashion).
Thanks.