I'm no Access guru, but I have forced sorts using the following:
You could create a field in your query called Sort and assign numbers to each month. Ex:
Sort: Switch([fieldname]="January",1,[fieldname]="February",2)
Then in the sorting and grouping on your report, sort on the “sort” field in...