thread702-1199776 is close but does not answer my question.
I have created a query, grouping visit dates by months (and have also include cost of all visits per month; number [sum] of visits per month; average visit cost; min visit cost; max visit cost, which all works fine) However, the dates grouped read "April 2007, April 2008, August 2007 etc", in alphabetical order.
How can I change the order to cronological?
The underlying table has the VisitDates field as a Date/Time field.
My required outcome is to have a report produced from the query which displays the following:
Month Visits Income Average Min Max
Jan 2007 57 $2,907 $51 $30 $90
Feb 2007 63 $3,186 $54 $0 $60
etc until the current month i.e. Apr 2008
Thankyou
I have created a query, grouping visit dates by months (and have also include cost of all visits per month; number [sum] of visits per month; average visit cost; min visit cost; max visit cost, which all works fine) However, the dates grouped read "April 2007, April 2008, August 2007 etc", in alphabetical order.
How can I change the order to cronological?
The underlying table has the VisitDates field as a Date/Time field.
My required outcome is to have a report produced from the query which displays the following:
Month Visits Income Average Min Max
Jan 2007 57 $2,907 $51 $30 $90
Feb 2007 63 $3,186 $54 $0 $60
etc until the current month i.e. Apr 2008
Thankyou