Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

One Realtionship only

$
0
0
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?

Attached Files
File Type: zip Relationships for Forum.zip (59.6 KB)

Viewing all articles
Browse latest Browse all 13329

Trending Articles