Sorting dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to sort dates of information received ascending. I can do that
only the blank dates are showing up at the top but I would like them to show
up at the bottom. Is there any way to do that?
 
Set up a higher level of sorting and grouping to and expression like:
=IsNull([DateField]) and then either ascending or descending depending on
your needs
 
Back
Top