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 can I transfer Adobe CS2 license to another system?
Export DataView to Excel Spreadsheet with C#
Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
Windows 2003 AD with a Sync Issue
Visual FoxPro 9 formset question
Need to restore a single mailbox from ntbackup
Average from column with empty cells.
User name disappeared on Welcome Screen
The requested lookup key was not found in any active activation context.
Get the original name of an aliased column in a view