Re: Sort Ascending
- From: "Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Oct 2006 10:12:20 -0400
Easiest solution would be to add a computed field to the query, and sort on
that computed field.
Assuming that the records with no date actually have a Null value stored for
the date, the computed field should be
Nz([MyDateField], #12/31/9999#)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"ladybug via AccessMonster.com" <u21071@uwe> wrote in message
news:67f37481c26d0@xxxxxx
I am trying to sort a list of dates on a continuous form. I want it
ascending. However, there are some entries that do not have any dates. I
want these entries to be at the bottom.
Currently, these entries without dates are at the top because of the
ascending sort.
Any ideas?
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Sort Ascending
- From: ladybug via AccessMonster.com
- Re: Sort Ascending
- References:
- Sort Ascending
- From: ladybug via AccessMonster.com
- Sort Ascending
- Prev by Date: Re: ODBC Active
- Next by Date: DCount Problem
- Previous by thread: Re: Sort Ascending
- Next by thread: Re: Sort Ascending
- Index(es):
Relevant Pages
|