Navigation:  DAO Object Classes > DaoRecordset Class >

DaoRecordset:MoveLast() Method

Previous pageReturn to chapter overviewNext page

Purpose

Reposition relative to the current position or a bookmark

 

Parameters

liOptions(Optional) A long value . If set to the dbRunAsync constant, the method call is asynchronous. You can use the Cancel method to terminate execution of the asynchronous MoveLast method call. You can use the StillExecuting property to determine when the Recordset is fully populated

 

Returns

NIL

 

Class

DaoRecordset