Moves the pointer to the last string upon the result of the query.
Applies to objects: Recordset.
[[Let] RetVal = ] object.MoveLast() |
The MoveLast 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 pointer was moved to the necessary string. |
The ability of the pointer to move in such way is determined with the help of the CanMove method with the cdbMoveLast parameter.
....... |
See Also |
Recordset Object, CanMove Method, Move Method, MoveFirst Method, MoveNext Method, MovePrevious Method. |