How to copy all the tables(global and local) from one MS Access file(.mdb) to another MS Access file(.mdb) with structure only. The MS Access file is linked with SQL server. If I try export option in MS Access, it creates a link table which I don't want. Is there any code in VBA to copy all the tables at once and paste only the structure of tables to another MS Access file ?
0
votes
Do you want to create (empty) local tables from the linked SQL Server tables?
– Andre
Yes, I want to create empty local tables from MS Access linked with MS SQL Server.
– Yash R.
Oh. This is completely different from a "copy", it is a full migration. Please edit your question accordingly. But it is probably off-topic - too broad or "find a tool".
– Andre