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
How to custom NDR message in Exchange 2007 and disable NDR for internet email sender
Nicer charts in Access 2003
Suggested Reading
error with web site when it was moved from server 2003 to 2008
Installation of MDE and MDB in Vista
Can you change the verbage at the Top of a SSRS report
SharePoint Project Server 2007
Extract Full Information from Exchange PowerShell
Only one parameter passed to function but For Each...Next keeps going after first pass. Can't understand why.
Group Ploicy not deploying for an OU