Copy the table structures and records from one database to another. In my case, I use this code to copy from an ODBC SQL Server database to a local Access to allow users access to a copy of the data when they are not connected to the network.
Inputs
The user will have to edit the database names and provider strings to match their own database files
Returns
An Access database that copies all the tables and records from another database.