Hi Kent;
For that, you could
1) Loop thru the DWO's buffer using the DC's DeleteRow ( ) method. Then use the Update ( ) method.
- or -
2) You could just use an in-line DELETE SQL command (this would be more efficient IMHO than #1).
Regards ... Chris