T
Travis
I have a table that contains the date in yyyymmdd format as text. I want to
convert the information to mm/dd/yyyy format as Date/Time. I created the
following expression to convert the yyyymmdd to mm/dd/yyyy format, however I
first have to copy the information into a new table and change the data type
to number before running the update query. What I would like to do is create
one query that will change the date from yyyymmdd to mm/dd/yyyy and append to
a table where the daily records will accumulate.
Is there a way to make all this happen in one step? Can I create a query
that appends to a table and updates the data?
Background information: The data originates in an excel file I receive from
a vendor. Once I get the file I copy/paste the information into the first
access table. Then run an update query to change the date from yyyymmdd to
mm/dd/yyyy. Finally I run an append query to add the daily records to the
final data table.
convert the information to mm/dd/yyyy format as Date/Time. I created the
following expression to convert the yyyymmdd to mm/dd/yyyy format, however I
first have to copy the information into a new table and change the data type
to number before running the update query. What I would like to do is create
one query that will change the date from yyyymmdd to mm/dd/yyyy and append to
a table where the daily records will accumulate.
Is there a way to make all this happen in one step? Can I create a query
that appends to a table and updates the data?
Background information: The data originates in an excel file I receive from
a vendor. Once I get the file I copy/paste the information into the first
access table. Then run an update query to change the date from yyyymmdd to
mm/dd/yyyy. Finally I run an append query to add the daily records to the
final data table.