J
JoeA2006
I have to import data from several various excel files and other tables into
an application. I need to import each file into its own temporary table that
can be over written each month. I want to create command buttons to do this
process from a form.
1. For the access tables I import from other databases, should I run a
delete query, to delete the old version of the table then import, or
should I run a make table query and overwrite it?
2. I have basically the same question for the excel files. What is the best
way to use the TransferSpreadsheet method to overwrite the old table?
an application. I need to import each file into its own temporary table that
can be over written each month. I want to create command buttons to do this
process from a form.
1. For the access tables I import from other databases, should I run a
delete query, to delete the old version of the table then import, or
should I run a make table query and overwrite it?
2. I have basically the same question for the excel files. What is the best
way to use the TransferSpreadsheet method to overwrite the old table?