I have a linked database that has 500 tables all with various names and fields.
Is there a way to programmatically read each table name and create local tables in a new (& separate) database with definitions and data matching the linked table?
I am trying to create a new local database (not linked) from the existing linked database.
Thanks
Is there a way to programmatically read each table name and create local tables in a new (& separate) database with definitions and data matching the linked table?
I am trying to create a new local database (not linked) from the existing linked database.
Thanks