J
jsccorps
My initial Select query results in:
CustID Date #Sales Amount
100 9/13/2004 7 350.00
103 9/13/2004 9 100.00
103 9/14/2004 4 200.00
106 9/13/2004 2 150.00
106 9/14/2004 8 300.00
The Crosstab query results in:
CustID SumofSales SumOfAmount 9/13/2004 9/14/2004
100 7 350.00 350.00
103 13 300.00 100.00 200.00
106 10 450.00 150.00 300.00
I would like my report to arrange the sub amounts in descending order. The
Date headings would be replaced with "Sub_Amounts in Descending Order". In
this example, I would like the report to appear as:
CustID Sales TotalAmount Sub_Amounts in Descending Order
100 10 100.00 100.00
103 13 300.00 200.00
100.00
106 8 450.00 300.00
150.00
Any ideas?
CustID Date #Sales Amount
100 9/13/2004 7 350.00
103 9/13/2004 9 100.00
103 9/14/2004 4 200.00
106 9/13/2004 2 150.00
106 9/14/2004 8 300.00
The Crosstab query results in:
CustID SumofSales SumOfAmount 9/13/2004 9/14/2004
100 7 350.00 350.00
103 13 300.00 100.00 200.00
106 10 450.00 150.00 300.00
I would like my report to arrange the sub amounts in descending order. The
Date headings would be replaced with "Sub_Amounts in Descending Order". In
this example, I would like the report to appear as:
CustID Sales TotalAmount Sub_Amounts in Descending Order
100 10 100.00 100.00
103 13 300.00 200.00
100.00
106 8 450.00 300.00
150.00
Any ideas?