AddNew Method

Adds a new empty string to the open table.

Applies to objects: Recordset.

Syntax

[[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.

Remarks

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, Delete Method.