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
DoCmd.OpenForm Question
On right click of a folder and select an option need a way to get the description to show on a box
OLEDB VS ODBC in MFC.
SBS 03 to 08 migration. Can I change servername and domainname?
Max record for Employee
hyperlink in Excel
Export DataView to Excel Spreadsheet with C#
Nested Vlookup within Hlookup
How do I convert a stored procedure to be used for batch processing?
Communicator 2007 R2 - randomly won't logon