Deletes the current record.
object.Delete |
The RecordSet must contain a current record before you call the Delete method or a run-time error will occur.
You must call the Update method after calling Delete or the record will not be deleted.