I'm not sure if this can be done in Access or Excel.
I have an Access table that gets updated from several queries. The finalized table needs to be displayed in a certain way for me to copy the data to a different Excel sheet.
Access Table:
ID ColA ColB ColC
Pink 5 3 2
Blue 4 9 0
Zero 6 8 3
Wanted Result:
Pink Blue Zero
ColA ColB ColC ColA ColB ColC ColA ColB ColC
5 3 2 4 9 0 6 8 3
And so on and so forth. It's like a transpose, but it's a group transpose. I'm not sure if I can do this via Access Report or if there's a way to do this in Excel.
I have an Access table that gets updated from several queries. The finalized table needs to be displayed in a certain way for me to copy the data to a different Excel sheet.
Access Table:
ID ColA ColB ColC
Pink 5 3 2
Blue 4 9 0
Zero 6 8 3
Wanted Result:
Pink Blue Zero
ColA ColB ColC ColA ColB ColC ColA ColB ColC
5 3 2 4 9 0 6 8 3
And so on and so forth. It's like a transpose, but it's a group transpose. I'm not sure if I can do this via Access Report or if there's a way to do this in Excel.