The Update method updates the current string in the table.
Applies to objects: Recordset.
[[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. |
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.
....... |
See Also |
Recordset Object. |