robmason10
Technical User
teaster for you experts
3 tables
Clients
Directors
Transactions
The three tables basically link to show a list of directors for each client.
I need to be able to select clients where their list of directors is comprised of ONLY (but not ALL) 12 specific 'internal' directors (who have a unique ID)
For example:
Client 1 may have 4 directors - 3 are internal 1 isn't - this client should not show in the list.
Client 2 has 5 dirtectors - all of which are internal - this client should be selected
Client 3 has 3 directors none of which are internal - should not be selected.
Any thoughts?
3 tables
Clients
Directors
Transactions
The three tables basically link to show a list of directors for each client.
I need to be able to select clients where their list of directors is comprised of ONLY (but not ALL) 12 specific 'internal' directors (who have a unique ID)
For example:
Client 1 may have 4 directors - 3 are internal 1 isn't - this client should not show in the list.
Client 2 has 5 dirtectors - all of which are internal - this client should be selected
Client 3 has 3 directors none of which are internal - should not be selected.
Any thoughts?