G
Guest
I want to create an expression for an update query . In the "Current" table,
there is a date field. It is a 6 character field called "Date". The first 2
characters are the month, the second 2 characters are the day and the third 2
characters are the year.
I would like to convert the dates as follows into a new field called "Good
Date":
110199.........11/01/99
021505.........02/15/05
120606.........12/06/06
I would like to run an update query after I import the data into the
"Current" table. The data is in the "Date" field and I would like to update
the "Good Date" field on each record.
I'm having trouble getting started with the syntax for an expression that
will do this for me. Thanks for the help....
there is a date field. It is a 6 character field called "Date". The first 2
characters are the month, the second 2 characters are the day and the third 2
characters are the year.
I would like to convert the dates as follows into a new field called "Good
Date":
110199.........11/01/99
021505.........02/15/05
120606.........12/06/06
I would like to run an update query after I import the data into the
"Current" table. The data is in the "Date" field and I would like to update
the "Good Date" field on each record.
I'm having trouble getting started with the syntax for an expression that
will do this for me. Thanks for the help....