Hi,
I have created a recordset which when put in a simple table returns values as such:
Year Code Value
1999 A 100
1999 B 25
1999 C 27
2000 A 85
2000 B 115
2000 C 45
Is there some way to manipulate the output to?:
Code 1999 2000
A 100 85
B 25 115
C 27 45
Someone suggested I could use Java and make an array, but I have only used ASP and have no experience in Java.
Thank you
Cheers
Mark Svensson
I have created a recordset which when put in a simple table returns values as such:
Year Code Value
1999 A 100
1999 B 25
1999 C 27
2000 A 85
2000 B 115
2000 C 45
Is there some way to manipulate the output to?:
Code 1999 2000
A 100 85
B 25 115
C 27 45
Someone suggested I could use Java and make an array, but I have only used ASP and have no experience in Java.
Thank you
Cheers
Mark Svensson