I have created an Excel application using an Access DB. Currently it is stable, and I need to replicate and create another Access DB.
I would like to be able to Import only the Fieldnames and Field Types of 3 Tables in Access. The Access Filename is "CCcalc.accdb"
It resides on my Desktop.
The table names are "QuoteLog", "ClientDB", and "InventoryDB"
I want to programmatically get the Field Name and Types onto a worksheet named "QLfields" , "Cfields", and "Ifields"
Then I would like to create a new Access Database with with the same Table Names, Field Names, and Field Types.
I am pretty proficient with Excel but and clueless when it comes to Access. Any help would be greatly appreciated.
I would like to be able to Import only the Fieldnames and Field Types of 3 Tables in Access. The Access Filename is "CCcalc.accdb"
It resides on my Desktop.
The table names are "QuoteLog", "ClientDB", and "InventoryDB"
I want to programmatically get the Field Name and Types onto a worksheet named "QLfields" , "Cfields", and "Ifields"
Then I would like to create a new Access Database with with the same Table Names, Field Names, and Field Types.
I am pretty proficient with Excel but and clueless when it comes to Access. Any help would be greatly appreciated.