T
Tal
Hello,
I am getting caught up in a big logic circle and I need some help to resolve
the table and relationship structure.
I work for a charity. We have personal, family and corporate donors.
Personal donors may belong to families and to corporations, etc. So I would
like to have one client table that list all possible entities and then create
a junction table that defines relationships between clients.
Here 's where it gets kind of tricky. My clients may have multiple
addresses. And the same address might be shared by multiple clients (although
given the users, they enter the same address in anyway) so that is less
important.
However, how do I structure these 2 many-to-many relationships, given that I
would like each client to automatically "inherit" it's client connection
addresses.
For example:
Client 1 - Home Address 1
Client 1 - Work Address 1
Client 2 connected to Client 1
Client 2 - Home Address 1
Client 2 - Work Address 1
Help!! I am caught in my own crazy logic!!
Tal.
I am getting caught up in a big logic circle and I need some help to resolve
the table and relationship structure.
I work for a charity. We have personal, family and corporate donors.
Personal donors may belong to families and to corporations, etc. So I would
like to have one client table that list all possible entities and then create
a junction table that defines relationships between clients.
Here 's where it gets kind of tricky. My clients may have multiple
addresses. And the same address might be shared by multiple clients (although
given the users, they enter the same address in anyway) so that is less
important.
However, how do I structure these 2 many-to-many relationships, given that I
would like each client to automatically "inherit" it's client connection
addresses.
For example:
Client 1 - Home Address 1
Client 1 - Work Address 1
Client 2 connected to Client 1
Client 2 - Home Address 1
Client 2 - Work Address 1
Help!! I am caught in my own crazy logic!!
Tal.