Please could someone help me with my Relationships!!!
I think there is something wrong with the Relationship between tblFinance (where all the money transactions in and out are recorded) and tblContract????
Currently the tbl.Contract.ContractID (PK) is a one-to-many relationship with tblFinance.ContractID (FK)
A Contract can have more than one FinanceID (so this seems to be OK)?
But I also think that instead, maybe I should be creating a FinanceID (FK) in tblContract.
Then should I link tbl.Finance.FinanceID (PK) as a one-to-many relationship with tblContract.FinanceID (FK).
Or are both options the same thing?
I think there is something wrong with the Relationship between tblFinance (where all the money transactions in and out are recorded) and tblContract????
Currently the tbl.Contract.ContractID (PK) is a one-to-many relationship with tblFinance.ContractID (FK)
A Contract can have more than one FinanceID (so this seems to be OK)?
But I also think that instead, maybe I should be creating a FinanceID (FK) in tblContract.
Then should I link tbl.Finance.FinanceID (PK) as a one-to-many relationship with tblContract.FinanceID (FK).
Or are both options the same thing?