TMcGuireFCC
MIS
I am seeing lots of questions about this, and someone said to search based upon "Rank Query" but I cannot find one. I am good at Access, but not the SQL behind the scenes.
I have a large list of Clients, where each client has from 1 - 10 Service People. I need a cross-tab-like query that Transposes the a vertical list of Clients with recurring clients with unique servicers to a list of 1 Client, and the service people in Columns 2-11
ClientA ServicerA
ClientA ServicerB
ClientB ServicerC
ClientC ServicerA
ClientC ServicerC
changes to
ClientA ServicerA ServicerB
ClientB ServicerC
ClientC ServicerA ServicerC
Just cannot figure it out.
The ranking would work, but otherwise it generates using query after query and Firs and Last Aggregate many times.
Can someone advise an easy way?
TeriM
I have a large list of Clients, where each client has from 1 - 10 Service People. I need a cross-tab-like query that Transposes the a vertical list of Clients with recurring clients with unique servicers to a list of 1 Client, and the service people in Columns 2-11
ClientA ServicerA
ClientA ServicerB
ClientB ServicerC
ClientC ServicerA
ClientC ServicerC
changes to
ClientA ServicerA ServicerB
ClientB ServicerC
ClientC ServicerA ServicerC
Just cannot figure it out.
The ranking would work, but otherwise it generates using query after query and Firs and Last Aggregate many times.
Can someone advise an easy way?
TeriM