Delete method (ADOX Collections)
Applies to: Access 2013, Office 2013
Removes an object from a collection.
Syntax
Collection.DeleteName
Parameters
Parameter | Description |
---|---|
Name | A Variant that specifies the name or ordinal position (index) of the object to delete. |
Remarks
An error will occur if the Name does not exist in the collection.
For Tables and Users collections, an error will occur if the provider does not support deleting tables or users, respectively. For Procedures and Views collections, Delete will fail if the provider does not support persisting commands.