I am working on a chart that was placed on a report using the chart tool that I placed on the toolbox.
The chart uses FullName as row header, Month as column header, and SumOfSumOfLengthofService (Units of service sums) as the value. None are sorted. The chart is based on qryIndMonthlyTotalsHistory which in turn is based on qryIndMonthlylProdStage1. In the qryIndMonthlylProdStage1 there is an expression Month: Format([DateofService],”mmm”) to give me the months and date of service that is sorted in ascending order. In qryIndMonthlyTotalsHistory (or the second query) the months came sorted ascending, without me sorting it. If I put date of service on this query and sort ascending it gives to much data. I then using the chart tool put a chart on a report rptIndividualProductivity linking them with FullName
It works as advertised, except the months are sorted a to z. What I need in Apr, May, Jun, Jul, and Aug not Apr, Aug, Jul, Jun, and May. How do I correct this. I have been looking around and have not found the answer.
Thank you for your time. Fay