M Mark_ Longboard on the internet Local time Today, 14:42 Joined Sep 12, 2017 Messages 2,455 Jun 19, 2019 #21 Then you need a linking table that has both CustomerID and LoanID in it so you can connect A customer to A loan, but not limit either to being the ONLY one.
Then you need a linking table that has both CustomerID and LoanID in it so you can connect A customer to A loan, but not limit either to being the ONLY one.
theDBguy I’m here to help Staff member Local time Today, 14:42 Joined Oct 29, 2018 Messages 22,700 Jun 19, 2019 #22 Sc0tt1e said: Customers can have multiple properties Customers can have multiple loans Properties can have multiple Loans Loans can only have one property Click to expand... Thanks. Based on that, I might do something like this: Customers > Owns > Properties > Have > Loans The relationship between Customers and Loans is implied by the Property. Hope it helps...
Sc0tt1e said: Customers can have multiple properties Customers can have multiple loans Properties can have multiple Loans Loans can only have one property Click to expand... Thanks. Based on that, I might do something like this: Customers > Owns > Properties > Have > Loans The relationship between Customers and Loans is implied by the Property. Hope it helps...