B
Blondee
Would like to create a crosstab query where multiple values are returned for
each row/column heading intersection. Have data something similar to this:
Group Section Name Title
A ONE BOB DIRECTOR
A ONE SUE MANAGER
A TWO JANE ANALYST
B THREE BILL ANALYST
B TWO JOE VP
C THREE SALLY MANAGER
C THREE SUZY DIRECTOR
C ONE JIM MANAGER
Would like a crosstab query like this with multiple values at intersections:
ONE TWO THREE
A BOB DIRECTOR
SUE MANAGER JANE ANALYST
B JOE VP BILL
ANALYST
C JIM MANAGER SALLY MANAGER
SUZY DIRECTOR
Using a crosstab and the only option for returning a text value are first
and last, but nothing to return all values. Any thoughts out there?
Thanks for the assistance.
Apologies if this is posted twice, did not appear that my first post was
saved.
each row/column heading intersection. Have data something similar to this:
Group Section Name Title
A ONE BOB DIRECTOR
A ONE SUE MANAGER
A TWO JANE ANALYST
B THREE BILL ANALYST
B TWO JOE VP
C THREE SALLY MANAGER
C THREE SUZY DIRECTOR
C ONE JIM MANAGER
Would like a crosstab query like this with multiple values at intersections:
ONE TWO THREE
A BOB DIRECTOR
SUE MANAGER JANE ANALYST
B JOE VP BILL
ANALYST
C JIM MANAGER SALLY MANAGER
SUZY DIRECTOR
Using a crosstab and the only option for returning a text value are first
and last, but nothing to return all values. Any thoughts out there?
Thanks for the assistance.
Apologies if this is posted twice, did not appear that my first post was
saved.