TableDef Objects

The TableDef object represents a table in a database. This includes tables in the current database, as well as linked tables (known as attached tables in previous versions of Microsoft Jet). It’s important to note that TableDef objects don’t represent data stored in the table — they represent the structure of the table. The TableDefs collection contains all TableDef objects for a database.