SpiritedAway
Registered User.
- Local time
- Today, 06:15
- Joined
- Sep 17, 2009
- Messages
- 97
Hi all,
Trying to run a query to sort through a field called [ArcDate] from oldest date to the newest.
The date format of this column is day/month/yeah
At present - I'm using the "Sort: Descending" in query design however it sorts out this column by day like this;
01/01/2010
02/01/2008
05/02/2011
08/11/2007
14/05/2008
20/02/2012
Can anyone advise on the correct expression to be able to run a query so that the dates are sorted like this:
02/01/2006
14/05/2008
01/06/2008
10/08/2008
08/11/2007
05/12/2007
01/01/2010
05/02/2011
20/02/2012
So its ordered by the full date?
Any help would be greatly appreciated.
Using A2007
Trying to run a query to sort through a field called [ArcDate] from oldest date to the newest.
The date format of this column is day/month/yeah
At present - I'm using the "Sort: Descending" in query design however it sorts out this column by day like this;
01/01/2010
02/01/2008
05/02/2011
08/11/2007
14/05/2008
20/02/2012
Can anyone advise on the correct expression to be able to run a query so that the dates are sorted like this:
02/01/2006
14/05/2008
01/06/2008
10/08/2008
08/11/2007
05/12/2007
01/01/2010
05/02/2011
20/02/2012
So its ordered by the full date?
Any help would be greatly appreciated.
Using A2007