Hi. I would appreciate help an Update Query for Microsoft Access 2003 to change the date format for some entries.
Some of the dates are written to the table in this format:20130410 112143 , which is YYYYMMDDHHMMSS .
The column name is PickupDate (data type=Text) , and the Table name is Tracking
I need to change only the entries in this format to a YYYY-MM-DD format.
Nothing else in the table should change.
So first filter for dates with 14 Characters (or any other way to filter for YYYYMMDDHHMMSS) , drop the right 6 characters, and then re-format the date.
This would be my novice approach to this, but all that matters to me is the result.
Thank you in advance.
Some of the dates are written to the table in this format:20130410 112143 , which is YYYYMMDDHHMMSS .
The column name is PickupDate (data type=Text) , and the Table name is Tracking
I need to change only the entries in this format to a YYYY-MM-DD format.
Nothing else in the table should change.
So first filter for dates with 14 Characters (or any other way to filter for YYYYMMDDHHMMSS) , drop the right 6 characters, and then re-format the date.
This would be my novice approach to this, but all that matters to me is the result.
Thank you in advance.
Comment