>
TableDefs Collection
Description
A TableDefs collection contains all stored TableDef objects in a database.
Remarks
You manipulate a table definition using a TableDef object and its methods and properties.
The default collection of a Database object is the TableDefs collection.
You refer to a TableDef object that you create and append to a TableDefs collection by its Name property setting using this syntax:
TableDefs("name")
Methods
Append Method, Delete Method, Refresh Method.
See Also
Appendix, "Data Access Object Hierarchy."
Specifics (Microsoft Access)
See the TableDef object specifics (Microsoft Access).
Example
See the TableDef object example.
Example (Microsoft Access)
See the TableDef object example (Microsoft Access).