Delete tables in a backend database
and then import thoses tables from an other database.
Example:
On click button in the frontend databaseA:
1- delete tables 1 to 20 located in the backend databaseA
2- import tables 1 to 20 from c:\data\ databaseB
How can I do it by VBA?
Thanks