sort table

ARW

New member
Local time
Tomorrow, 06:19
Joined
Jun 26, 2005
Messages
6
Hello all...
I have a table which includes month, day & date. I want to sort this table by day, and then by month & then by year... does anyone know how to do this?

Thank you...:)
 
Create a query based on the table. You can apply the sort in the query. Then use the query instead of the table.
 
...ok, but I can only order by desc / asc & this wouldn't arrange the data the way I need it, or is there another way to sort month (jan - dec)?:)
 
Create calculated fields in your query using datepart() and sort on these calculated fields.
 

Users who are viewing this thread

Back
Top Bottom