T
thezinman
can u pls help me???
How can I convert a date in an imported data file that is a text field type
to a date in a working data table that is a date field type, and write that
to the working data table that is dropped/re-created with every job run???
the imported data file date is a text field in the format of "mm/dd/yyyy"
i'm trying to use a query to create a working data table based on the date
of an imported data file in a text format.
the query drops & recreates the working data table with a date field in a
date format.
this query is run in a macro; so, i want the date to be yesterday, and
calculate yesterday automatically.
i tried creating a query that looks at the imported data file for the text
date, and reformats that to "yyyy/mm/dd".
then i calculate yesterday using date() - 1.
then i use this stryesterday as criteria of a second query to create the
working data table, but it's not working.
Thank you,
Mike
How can I convert a date in an imported data file that is a text field type
to a date in a working data table that is a date field type, and write that
to the working data table that is dropped/re-created with every job run???
the imported data file date is a text field in the format of "mm/dd/yyyy"
i'm trying to use a query to create a working data table based on the date
of an imported data file in a text format.
the query drops & recreates the working data table with a date field in a
date format.
this query is run in a macro; so, i want the date to be yesterday, and
calculate yesterday automatically.
i tried creating a query that looks at the imported data file for the text
date, and reformats that to "yyyy/mm/dd".
then i calculate yesterday using date() - 1.
then i use this stryesterday as criteria of a second query to create the
working data table, but it's not working.
Thank you,
Mike