Hi All,
I am stuck on a query. I have a query that is feeding off another table. The query lists "Code" as one heading and "Support" as another:
code support
abc Jennifer
abc Mark
cde Jeff
fgh Thomas
ijk Chad
ijk Ed
As you can see there is more than one "code" per support name. I need to see the data in the following format:
code Support 1 Support 2 Support 3 Support 4
abc Jennifer Mark
cde Jeff
fgh Thomas
ijk Chad Ed
There can be up to 10 Support names per code. Do you know how to transpose the data in this way?
Thanks!
R.
I am stuck on a query. I have a query that is feeding off another table. The query lists "Code" as one heading and "Support" as another:
code support
abc Jennifer
abc Mark
cde Jeff
fgh Thomas
ijk Chad
ijk Ed
As you can see there is more than one "code" per support name. I need to see the data in the following format:
code Support 1 Support 2 Support 3 Support 4
abc Jennifer Mark
cde Jeff
fgh Thomas
ijk Chad Ed
There can be up to 10 Support names per code. Do you know how to transpose the data in this way?
Thanks!
R.