Is there a way to view or list rows of only deleted records.
I am programming in asp and I see that (according to microsoft) by using
recordset.properties("Remove Deleted Rows")=false
I should be able to include the deleted rows.
Has anyone had any experience with this?