My objective is to create a backup and restore of all the tables in my DB, I have viewed many ways of doing this, most of the threads in the forums relate to exporting from Access into an Excel workbook, I would like to:
Backup - Export the Tables into a specific folder as separate workbooks after over writing the existing table
Restore – Import the tables to the DB (I know how to do this bit)
The reasoning behind this is, if the Customer requests an alteration of the DB, I can make the adjustments and send them the new DB, then they can do a restore of the data
I have tried several methods but cannot achieve my objective
I have successfully used “When Access Closes, VBA Backs up All Tables” by Dr. Gerard Verschuuren, to export and save the tables by creating an Access DB with just the saved tables, but cannot figure out how to import the tables back to my DB
DavRob
Backup - Export the Tables into a specific folder as separate workbooks after over writing the existing table
Restore – Import the tables to the DB (I know how to do this bit)
- Delete the records in the existing tables (this retains the relationships of the tables)
- Then append the restored table records into the existing tables
The reasoning behind this is, if the Customer requests an alteration of the DB, I can make the adjustments and send them the new DB, then they can do a restore of the data
I have tried several methods but cannot achieve my objective
I have successfully used “When Access Closes, VBA Backs up All Tables” by Dr. Gerard Verschuuren, to export and save the tables by creating an Access DB with just the saved tables, but cannot figure out how to import the tables back to my DB
DavRob