I want to sort my query by Month then by Day. I have month sorted 01, 02, 03, etc. Although my days are listed as Monday, Tuesday, Wed... So when I sort it'll sort in alpha order. Friday, Monday... This is my field
What is the best way to get it to sort in the correct order? My idea was to make a table that orders them, but that seems like too much. Would it be possibly to make the days order by number then show by name? What do you guys recommend?
Code:
Day: Format([Date],'dddd')
What is the best way to get it to sort in the correct order? My idea was to make a table that orders them, but that seems like too much. Would it be possibly to make the days order by number then show by name? What do you guys recommend?