Re: Sort Ascending
- From: "ladybug via AccessMonster.com" <u21071@uwe>
- Date: Thu, 19 Oct 2006 18:51:10 GMT
I tried this and it worked. However, users will eventually be able to update
this field with the correct date. With this code users cannot update the
field. You cannot edit it.
Douglas J. Steele wrote:
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#)
I am trying to sort a list of dates on a continuous form. I want it[quoted text clipped - 3 lines]
ascending. However, there are some entries that do not have any dates. I
Any ideas?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200610/1
.
- Follow-Ups:
- Re: Sort Ascending
- From: Douglas J. Steele
- Re: Sort Ascending
- References:
- Sort Ascending
- From: ladybug via AccessMonster.com
- Re: Sort Ascending
- From: Douglas J. Steele
- Sort Ascending
- Prev by Date: Re: Export query results as multiple csv based on column values
- Next by Date: Re: Sort Ascending
- Previous by thread: Re: Sort Ascending
- Next by thread: Re: Sort Ascending
- Index(es):