S
Sylvie
This simple thing is driving me crazy.
I have a date field called "Divedate". All i want is Group and Sort on the
Year and month. The grouping works (i use format(divedate,'yyyy mmm')). But
the sorting is alphabetical. So i end up with my resulting query issorted
like this:
2005 dec
2005 nov
2005 Oct
2006 feb
2006 march
2006 jan
I've tried date serial, datepart, date everything!
All i want is the query to show everything in the calendar order. I am not
using the query in a report, just printing the query.
Thank you
I have a date field called "Divedate". All i want is Group and Sort on the
Year and month. The grouping works (i use format(divedate,'yyyy mmm')). But
the sorting is alphabetical. So i end up with my resulting query issorted
like this:
2005 dec
2005 nov
2005 Oct
2006 feb
2006 march
2006 jan
I've tried date serial, datepart, date everything!
All i want is the query to show everything in the calendar order. I am not
using the query in a report, just printing the query.
Thank you