Update Method

The Update method updates the current string in the table.

Applies to objects: Recordset.

Syntax

[[Let] RetVal = ] object.Update()

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 could be updated.

Remarks

If the given object is the result of selection from the table fields, the method will take no action and return FALSE.

This method is called automatically when closing and repositioning the pointer.

Example

.......

 

See Also

Recordset Object.