Purpose
The TableDef object represents a table in a database.
Accesses/Assigns
Attributes | Miscellaneous characteristics of a TableDef object |
Fields | (Default) Collection of fields in this table |
Indexes | Collection of Index objects associated with this table |
LastUpdated | Date and time of the most recent change to the table's structure |
Name | The name of this object |
SourceTableName | The name of an attached table as it exists in the original data source |
Updatable | Indicates whether the definition of the table can be changed |
ValidationRule | Specifies an expression that must evaluate True for a successful update |
Methods
RefreshLink | Updates the connection information for an attached table |
Inherits from
See Also