Microsoft Office 16.0 Access Database Engine Object Library =link= ⚡

Represents the set of records in a table or the results of a query. TableDef: Defines the structure of a table.

The Microsoft Office 16.0 Access Database Engine Object Library is a set of COM interfaces that provide a programmatic way to interact with Access databases. The library includes a range of objects, including: microsoft office 16.0 access database engine object library

Set tableDef = New DAO.TableDef tableDef.Name = "ExampleTable" tableDef.Fields.Append tableDef.Fields.CreateField("ID", dbInteger, 10) tableDef.Fields.Append tableDef.Fields.CreateField("Name", dbText, 50) Represents the set of records in a table