Deletes the current record from the Recordset.
Syntax
object.deleteRecord()
Parameters
object
A Recordset script object.
Remarks
You can move the cursor to designate the current record with the move, moveNext, movePrevious, moveFirst, and moveLast methods.