J
Jorist
I have a database for which data is imported on a quarterly basis. The
original table names are not always the same, but the imported tables take
the names of the original tables and add a 1 behind the name.
I would like to append all data from all fields into TableNameA1 to
TableNameA and then Delete TableNameA1 and then this for every table in the
database.
Any help would be appreciated. Thanks.
original table names are not always the same, but the imported tables take
the names of the original tables and add a 1 behind the name.
I would like to append all data from all fields into TableNameA1 to
TableNameA and then Delete TableNameA1 and then this for every table in the
database.
Any help would be appreciated. Thanks.