Microsoft
Software
Hardware
Network
Question : Date Sorting
Hi,
I have a query, qry12 there I have a field [Month] I need to sort the date values like as below. Please help.
May-07
Jun-07
Jul-07
Aug-07
Sep-07
Oct-07
Nov-07
Dec-07
Jan-08
Feb-08
Mar-08
Apr-08
May-08
Jun-08
Jul-08
Aug-08
Sep-08
Oct-08
Answer : Date Sorting
SELECT Format([Month], "yyyy-mm") AS Month2
FROM qry12
GROUP BY Format([Month], "yyyy-mm")
ORDER BY Format([Month], "yyyy-mm")
Random Solutions
MYSQL Query Help
How do I find what devices a computer or laptop has?
Excel cell show one formula and calculate using another hidden one
How to determine combobox listindex of a known ID
To get url query string value
Calling a Function from another Function VBA Excel
What is First Normal Form (1NF)?
Can Windows Server be setup to Send a Trap if a Specified Process Dies?
How to set focus to a textbox in WPF
IE 6 Close "memory could not be read" error