I have a situation where I have a table of data where I have many competitors/deal e.g.
Deal Competitor
1 X
1 Y
1 Z
2 X
3 Y
4 Y
4 Z
I want to create a query for reporting purposes which concatenates all competitors/deal together e.g.
Deal Competitors
1 X,Y,Z
2 X
3 Y
4 Y,Z
I have looked at cross-tab queries but feel I need some sort of loop for each deal to insert/update the data
Any suggestions are welcome
Andy
Deal Competitor
1 X
1 Y
1 Z
2 X
3 Y
4 Y
4 Z
I want to create a query for reporting purposes which concatenates all competitors/deal together e.g.
Deal Competitors
1 X,Y,Z
2 X
3 Y
4 Y,Z
I have looked at cross-tab queries but feel I need some sort of loop for each deal to insert/update the data
Any suggestions are welcome
Andy