Hi,
I have the attached code to export tables which are in the same mdb file as the code resides in.
What I would like to achieve however is that I can pass an mdb file name as a parameter and have the code export all tables in THAT file to a new database.
The reason is that I want to create a backup copy of a backend database with just tables.
Is this possible?