Using Access 2003
Date Column datatype is text
Table1
Date
20090528
20090529
20090530
20090502
20090504
Expected Output
28-May-2009
29-May-2009
30-May-2009
02-May-2009
04-May-2009
…,
How to make a query for the Expected Output Date format?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As VBA code – you could wrap it as a function
As a Data type in a Table – If you append the data to a table where the field is Date/Time formatted then you can specify the format on the Form / Table i.e. at output time.