T
Terry
I have this in a table:
100,V1,otherfields
101,V1,otherfields
102,V1,otherfields
103,V2,otherfields
104,V2,otherfields
105,V2,otherfields
106,V2,otherfields
107,V3,otherfields
108,V3,otherfields
109,V3,otherfields
110,V3,otherfields
111,V3,otherfields
112,V4,otherfields
113,V4,otherfields
....and i want two of the fields displayed in this format on a report:
V1,100,101,102
V2,103,104,105,106
V3,107,108,109,110,111
V4,112,113
I've tried a few ways, including crosstabbing - which didn't work. Any help
would be gratefully received.
Terry
100,V1,otherfields
101,V1,otherfields
102,V1,otherfields
103,V2,otherfields
104,V2,otherfields
105,V2,otherfields
106,V2,otherfields
107,V3,otherfields
108,V3,otherfields
109,V3,otherfields
110,V3,otherfields
111,V3,otherfields
112,V4,otherfields
113,V4,otherfields
....and i want two of the fields displayed in this format on a report:
V1,100,101,102
V2,103,104,105,106
V3,107,108,109,110,111
V4,112,113
I've tried a few ways, including crosstabbing - which didn't work. Any help
would be gratefully received.
Terry