Microsoft
Software
Hardware
Network
Question : Converting Dates with SQL
Howdy,
I am modifying an Access 2003 table. The original table has a, "Date/Time" field which has dates in the formats: 9/23/2008 and 11/24/2009, etc. These dates represent credit card expirations. Using SQL, I would like to copy these dates into a new table and field while converting them to a "Text" data type. The new format will be: "09/08" and "11/09," etc. I do not need to know the day the card expires, just the month and year. Is there a way to do this with SQL? If not, how 'bout a VBA example...Thanks Dudes!
Answer : Converting Dates with SQL
select format([DateField],"mm/yy"
) AS ExpiryDate into tableX
from tableName
Random Solutions
Hide background Image
Open Form then Hide It
relate field in main form to similar field in subform
Menu accelerators not working
"Upgrade" server from 2008 SBS to 2008 Standard????
Can a Windows 2008 server be promoted to a DC in a Windows 2003 domain ?
win 2003, dns exchange problems
Mouse Keeps Scrolling Up
Access 2003 Select TOP n records per category
Putting a variable into SQL