We have a report that shows monthly records (no day in date). It's based on a query where the user enters a date range (e.g. Feb-2009 to Dec-2010). We want the report to show the month records in calendar order, but group totals for each 3-month range (not the calendar quarter). But the grouping keeps breaking at calendar quarters. The date field values are like "Feb-2009". We group on that field (GroupOn = Month, GroupInterval = 3, group footer) and then group on that field from a 2nd query column (GroupOn = Each, GroupInterval = 1). Other combinations are worse. How do we force the gruoping to be every 3 months no matter the starting month?