G
Guest
Hi.
I'm trying to loop through a recordset before any deletions are confirmed,
so that the records marked for deletion can be transfered to another table.
Unfortunately, cloning the recordset of the form doesn't help - once you've
chosen a record and hit delete, the record is removed from the form's
recordset. I thought it was just marked for deletion, but that doesn't appear
to be the case.
Can I get the records from elsewhere? And how do I check whether they have
been marked to be deleted? I had tried
IF CurrentRecords.RecordStatus = dbRecordDeleted Then ...
but that tells me the operation isn't supported.
I'm trying to loop through a recordset before any deletions are confirmed,
so that the records marked for deletion can be transfered to another table.
Unfortunately, cloning the recordset of the form doesn't help - once you've
chosen a record and hit delete, the record is removed from the form's
recordset. I thought it was just marked for deletion, but that doesn't appear
to be the case.
Can I get the records from elsewhere? And how do I check whether they have
been marked to be deleted? I had tried
IF CurrentRecords.RecordStatus = dbRecordDeleted Then ...
but that tells me the operation isn't supported.