G
Guest
Hello
I have a table containing a list of UK area codes together with the name of the service centre responsible for the customers in that zone. I want to display this list in a crosstab type format with the zone as the column heading and the area codes in that zone listed underneath
The data looks like this
Code Zon
01223 Zone
01438 Zone
01763 Zone
01638 Zone
01276 Zone
01338 Zone
I want to get to something like this
Zone 1 Zone 2 Zone
01223 01438 0163
01763 0127
0133
Can anyone help? Thanks in advance
Adam
I have a table containing a list of UK area codes together with the name of the service centre responsible for the customers in that zone. I want to display this list in a crosstab type format with the zone as the column heading and the area codes in that zone listed underneath
The data looks like this
Code Zon
01223 Zone
01438 Zone
01763 Zone
01638 Zone
01276 Zone
01338 Zone
I want to get to something like this
Zone 1 Zone 2 Zone
01223 01438 0163
01763 0127
0133
Can anyone help? Thanks in advance
Adam