Adds a new empty string to the open table.
Applies to objects: Recordset.
[[Let] RetVal = ] object.AddNew() |
The MethodName 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 was added. |
If the given object is not a table record, the method won't perform any action and will return FALSE.
....... |
See Also |
Recordset Object, Delete Method. |