I already have that, but the query was returning the data sorted like :
August
December
July
October
(There are only 4 months with data)
I added and sorted on the following field:
intMonth: Month([tblX].[FinishDate]
As expected, the query returns data sorted as:
July
August
October
December
but the chart on the report still displays the x-axis as:
August
December
July
October
Charts do not seem too intuitive in Access 97. Any ideas???