sorting by date

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I am attempting to sort on a date field (mm/dd/yyyy), but
I want so sort by days as they occur throughout the year,
so i don't want 9/22/88 coming before 1-12-98. How do i
set up my query to do this. thanks
 
Sorry for the bother. I have this. For the only one out
there who didn't know, put in the field part of the query
SortMonth:Month([TableName].[DateField]) in one column
and do the same for the day in the following. thanks
anyway.
 
Back
Top