E
Edgar
I am designing a DB for storing and managing contracts. I
am reasonably new to access so please be gentle….
So far I have the following Tables Suppliers(SuppID, Name,
Address, Tel, Email) Contract(ContractID, Supp ID, Start
Date, End Date, Commitment) and Commodities(CommID,
Number, Name)
I have linked the Supplier and Contract tables together
and this works fine, I am not sure as the best was to go
about linking the other tables though. Basically the
supplier and commodity table need to be linked but each
supplier could have more than one commodity so I wasn’t
sure of the best way to go about this. I was thinking of
maybe using a linked table but I thought I would ask an
expert first….!]
TIA
Edgar
am reasonably new to access so please be gentle….
So far I have the following Tables Suppliers(SuppID, Name,
Address, Tel, Email) Contract(ContractID, Supp ID, Start
Date, End Date, Commitment) and Commodities(CommID,
Number, Name)
I have linked the Supplier and Contract tables together
and this works fine, I am not sure as the best was to go
about linking the other tables though. Basically the
supplier and commodity table need to be linked but each
supplier could have more than one commodity so I wasn’t
sure of the best way to go about this. I was thinking of
maybe using a linked table but I thought I would ask an
expert first….!]
TIA
Edgar