Hi,
I have a query that pulls 12 months data for several records... How do I get the months to appear in a column format instead of row format?
Currently the syntax after the SQL is something like:
Month = rsGL.Fields("PERIODAMT"
Response.Write("<TR class="&rowcolor&"> <td>"&Month&"</td> tr>"
What do I need to change? Do I need 12 SQL statements? Or perhaps an IF statement on the period?
Thanks for any ideas..
Regards,
MDA
I have a query that pulls 12 months data for several records... How do I get the months to appear in a column format instead of row format?
Currently the syntax after the SQL is something like:
Month = rsGL.Fields("PERIODAMT"
Response.Write("<TR class="&rowcolor&"> <td>"&Month&"</td> tr>"
What do I need to change? Do I need 12 SQL statements? Or perhaps an IF statement on the period?
Thanks for any ideas..
Regards,
MDA