SetAllRowStatus Method
Sets the Status property of all the records in the Recordset to the specified status.
Syntax
Recordset.SetAllRowStatus recStatus
Parameters
- recStatus
A RecordStatusEnum value that indicates the new value for the Status property of each record in the Recordset.
Remarks
The only valid value for recStatus is adRecNew.
See Also
UpdateCommand Property | UpdateBatch Method
Applies To: Recordset Object