Tag Archives: Name

No Thumbnail

VBA Access Get Table Names

In this article I will explain how you can get the names of all the tables in an access database using VBA. – Get Table Names: In the example below the names of the tables will be stored in a string array. The database used in

No Thumbnail

Access VBA Get Field Names

In this article I will explain how you can get the names of all the fields in a table an access database using VBA. The first step would be to get the name of the table. The article below explains how you can get the name of all