C
Chris A via AccessMonster.com
Hi-
I am looking to create a matrix - cross-tab style query or view (can be a
report). I am not really looking for summarized fields though. I want the
actual data or datas in a cell to appear mabye concatenated in one cell/field
in the cross-tab report so my table looks like so.
Market Type Promo
A B A1
A B A2
A B B3
B A B1
B A B2
Market is my row heading Type is my column heading. Now I would like to
return like this...
B A
A A1 A2 B3
B B1 B2
Here is my query I know it is wrong it has the idea but I think I need to
have these in an array or recordset and that may work I am not sure. Any help
would be appreciated.
I am looking to create a matrix - cross-tab style query or view (can be a
report). I am not really looking for summarized fields though. I want the
actual data or datas in a cell to appear mabye concatenated in one cell/field
in the cross-tab report so my table looks like so.
Market Type Promo
A B A1
A B A2
A B B3
B A B1
B A B2
Market is my row heading Type is my column heading. Now I would like to
return like this...
B A
A A1 A2 B3
B B1 B2
Here is my query I know it is wrong it has the idea but I think I need to
have these in an array or recordset and that may work I am not sure. Any help
would be appreciated.