I have two queries, one for 2004 and one for 2005, that total dollars based on month. I then have a union query that joins both of these into one, and shows three columns: Year, Month, and Amount. I am trying to build a chart with Y-Axis as Amount, X-Axis as Month, and two different series, one for each year.
My problem has been posted here before, but I still can't get it working. The X-Axis needs to be the month in 'MMMM' format, but it then sorts it alphabetically (APR, AUG...SEP), instead of by month order.
The Union query shows the correct sort order, but the only way I can get the chart to sort correctly is by using 'mm' format for the month, which will only convert to all JANs when I change the format.
Any and all help would be appreciated.
Thanks,
Hende
My problem has been posted here before, but I still can't get it working. The X-Axis needs to be the month in 'MMMM' format, but it then sorts it alphabetically (APR, AUG...SEP), instead of by month order.
The Union query shows the correct sort order, but the only way I can get the chart to sort correctly is by using 'mm' format for the month, which will only convert to all JANs when I change the format.
Any and all help would be appreciated.
Thanks,
Hende