jkfeagle
Codus Confusious
- Local time
- Today, 01:50
- Joined
- Aug 22, 2002
- Messages
- 166
I have a query that generates grouped data following the general outline
ignore the hypens - they are just to space out the headings so it looks representative of the structure)
(Column Headings)-----Line1------------Line2--------Line3
Product
---Quality
--------Type
------------- Code------xx--------------xx-----------xx
-------------------------yy--------------zz
The catch is that the code field can have several values for each prodution line and I want to simply list them one after another like xx,yy,zz on that line of the report. I can't come up with any way to list them together except in a column. What I want it to end up looking like is:
---------------------------Line1------------------Line2----------------Line3
Product
----Quality
--------Type
------------Code----------xx, yy------------------xx, zz------------------xx
Can anyone think of a way to do this?

(Column Headings)-----Line1------------Line2--------Line3
Product
---Quality
--------Type
------------- Code------xx--------------xx-----------xx
-------------------------yy--------------zz
The catch is that the code field can have several values for each prodution line and I want to simply list them one after another like xx,yy,zz on that line of the report. I can't come up with any way to list them together except in a column. What I want it to end up looking like is:
---------------------------Line1------------------Line2----------------Line3
Product
----Quality
--------Type
------------Code----------xx, yy------------------xx, zz------------------xx
Can anyone think of a way to do this?