I have a summary query that has five fields each with 1 result
field1 field2 field3 field4 field5
100 200 250 400 150
it need these results to be transposed so as to give two fileds
NameOfField Results
Field1 100
Field2 200
Field3 250
Filed4 400
Field5 150
I need this in order to make a pie chart