Syntax
bSuccess=rst.MoveFirst()
Returns
True (1) if function completed successfully, false (0) otherwise.
Description
Calls the MoveFirst() method of the wrapped ADODB.Recordset object. Use the MoveFirst method to move the current record position to the first record in the Recordset.