G
Greg Jackson
I am using Access 2002. I am using the TransferDatabase
Action within a macro to import a table from one DB to
another. When I run the macro, it adds the table and
appends a 1 to the end of the table name. I then use the
DeleteObject action to delete the old table and the
Rename action to rename the new table. (Example: Table
name is Trucks. I Delete Trucks and rename Trucks1 to
Trucks). However, If the table didn't exist, the macro
simply deletes the new file. I need to find a way to
determine if the table exists in Access 2002. Thanks in
advance!
Action within a macro to import a table from one DB to
another. When I run the macro, it adds the table and
appends a 1 to the end of the table name. I then use the
DeleteObject action to delete the old table and the
Rename action to rename the new table. (Example: Table
name is Trucks. I Delete Trucks and rename Trucks1 to
Trucks). However, If the table didn't exist, the macro
simply deletes the new file. I need to find a way to
determine if the table exists in Access 2002. Thanks in
advance!