The Delete method deletes the current string from the table.
Applies to objects: Recordset.
[[Let] RetVal = ] object.Delete() |
The Delete method syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. A Boolean type variable that indicates whether the string could be deleted. |
If the given object is not a table record, the method won't perform any action and will return FALSE.Example
....... |
See Also |
Recordset Object, AddNew Method. |