Using Access 2000, normally query returns result horizontally. Is there any way to set the query to return result vertically?
For example, my query shown the result as below:
[HTML]
Heading below 70 70-74 75-79 80-84 85 and above
Value returned 128 54 137 190 294[/HTML]
Is there any way to show the result as below?
[PHP]
Heading Value returned
Below 70 128
70-74 54
75-79 137
80-84 190
85 and above 294[/PHP]
Thank you
For example, my query shown the result as below:
[HTML]
Heading below 70 70-74 75-79 80-84 85 and above
Value returned 128 54 137 190 294[/HTML]
Is there any way to show the result as below?
[PHP]
Heading Value returned
Below 70 128
70-74 54
75-79 137
80-84 190
85 and above 294[/PHP]
Thank you
Comment