I want to extract all the tables and underlying fields from an access databases into another table within a seperate access database.
For example, lets say I have two databases Master and Vendor. In Vendor.mdb there are 10 tables with 10 fields each.
From the Master.mdb I want to run a query that will go into the Vendor.mdb file and extract/copy the 10 tables with there fields and paste them into a table called tblMaster inside the Master.mdb database. Is there a way to do this?
Let me know. Thanks!
For example, lets say I have two databases Master and Vendor. In Vendor.mdb there are 10 tables with 10 fields each.
From the Master.mdb I want to run a query that will go into the Vendor.mdb file and extract/copy the 10 tables with there fields and paste them into a table called tblMaster inside the Master.mdb database. Is there a way to do this?
Let me know. Thanks!