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
Create report out of crosstab where column name changes
Access Violation From Start Bar
The proposed new database owner is already a user or aliased in the database. (Microsoft SQL Server, Error: 15110)
How secure is the Access 2007 database password?
Dynamically Change File Name Property In File Connection Manager
Hierarchy Tree Query
How can I create a macro, to delete all forms and reports in a .adp project (Microsoft Access 2000)?
SQL Average from Query
Thread deadlock between GUI callback and worker thread?
Invalid Custom Toolbar message