My report is based on a crosstab query. The crosstab query shows the sort order I want, but the report does not!
These are the 2 columns (in the crosstab) that i'm using to accomplish my sorting. Is there a mistake?
Field:........Format ([date],"mm") ...........Month: Format([date],"mmm")
Total:.......Group By.............................Group By
Crosstab:..(not shown).........................Row Heading
Sort:.........Ascending...........................(not sorted)
So, I want it sorted by digit month (01, 02, 03...12), but I want it shown by the character month (Jan, Feb, Mar...)
These are the 2 columns (in the crosstab) that i'm using to accomplish my sorting. Is there a mistake?
Field:........Format ([date],"mm") ...........Month: Format([date],"mmm")
Total:.......Group By.............................Group By
Crosstab:..(not shown).........................Row Heading
Sort:.........Ascending...........................(not sorted)
So, I want it sorted by digit month (01, 02, 03...12), but I want it shown by the character month (Jan, Feb, Mar...)