Hi,
I have a Table that looks like this:
Transactions
-------------
SalesID
ClientID
FundID
Basically a client will do a transaction. The transaction has a salesperson and the transaction is in a certain fund.
What I want is for a given salesperson (SalesID) a list of that salespersons clients (ClientID) and then for each Client, a list of the funds the client has transactions in.
A client can have many transactions in a given fund, but I only want each fund listed once.
Any help is greatly appreciated!
I have a Table that looks like this:
Transactions
-------------
SalesID
ClientID
FundID
Basically a client will do a transaction. The transaction has a salesperson and the transaction is in a certain fund.
What I want is for a given salesperson (SalesID) a list of that salespersons clients (ClientID) and then for each Client, a list of the funds the client has transactions in.
A client can have many transactions in a given fund, but I only want each fund listed once.
Any help is greatly appreciated!