In query design view, you can sort oldest-to-newest by choosing:
Ascending
in the Sorting row under this field.
Descending gives newest-to-oldest.
The blank dates sort first. To sort them last, type this into a fresh
column in the Field row, to the *left* of your date field (since sorting
works left-to-right across the design grid):
[MyDate] Is Not Null
replacing "MyDate" with the name of your date field.
In your list, I'm not clear on what you meant by the difference between
Oldest Date and Earliest Date.
If you want to see how Access actually handles the sorting, switch the
query to SQL View (View menu in query design), and look at the ORDER BY
clause near the end of the query statement.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Reply to group, rather than allenbrowne at mvps dot org.
Bob said:
--
How can I do a sort by :
Oldest Date
Earliest Date
No date
In my Date Column in a Query?
Thanks ......Bob