DavidWRouse
Registered User.
- Local time
- Today, 14:51
- Joined
- Jul 24, 2003
- Messages
- 42
When i import a table "tbl_OpenJobs (Using Transfer Database in a macro)
the imported table does not replace the existing table but a new table is generated "tbl_OpenJobs1"
I could write code to delete the Table first but the reason i don't want to is because if i delete the table and then the imported table fails for any reason then I am left with no Table at all.
How can i get the imported table to replace the old one without having to write more code to delete the first one. (If there is a table to import)
the imported table does not replace the existing table but a new table is generated "tbl_OpenJobs1"
I could write code to delete the Table first but the reason i don't want to is because if i delete the table and then the imported table fails for any reason then I am left with no Table at all.
How can i get the imported table to replace the old one without having to write more code to delete the first one. (If there is a table to import)