Three entities: Customers, Invoices and Contacts.
Basically a customer (e.g. a company) would have a main contact for marketing purposes, but individual invoices for that company could have many contacts.
I have gone around in loops, believing this is a three way relationship... which I implemented and came up with a load of errors and issues...
[ Customers ]--- < [ Invoices ] > ---- [ Contact ] > --- [ Customer ]
I just can't work out how to simplify this and make it work?
Basically a customer (e.g. a company) would have a main contact for marketing purposes, but individual invoices for that company could have many contacts.
I have gone around in loops, believing this is a three way relationship... which I implemented and came up with a load of errors and issues...
[ Customers ]--- < [ Invoices ] > ---- [ Contact ] > --- [ Customer ]
I just can't work out how to simplify this and make it work?
