TableDefs.Delete Method (DAO)
Deletes the specified TableDef object from the TableDefs collection.
Syntax
expression .Delete(Name)
expression A variable that represents a TableDefs object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Name |
Required |
String |
The name of the TableDef to delete. |
Remarks
The Delete method is supported only when the TableDef object is new and hasn’t been appended to the database, or when the Updatable property of the TableDef is set to True.