P
PeteCresswell
Got a subform that lists things with dates.
User can delete a thing.
But I need to know the date of the deleted thing.
Form_AfterDelConfirm leaves us pointing at one of the surviving
records.
I tried capturing the date to a module-level variable in Form_Current,
but the Delete process seems to trigger Form_Current so we wind up
overlaying the module-level variable's contents with the date of a
survivor.
Am I missing something obvious - like some sort of "OldValue" analog?
User can delete a thing.
But I need to know the date of the deleted thing.
Form_AfterDelConfirm leaves us pointing at one of the surviving
records.
I tried capturing the date to a module-level variable in Form_Current,
but the Delete process seems to trigger Form_Current so we wind up
overlaying the module-level variable's contents with the date of a
survivor.
Am I missing something obvious - like some sort of "OldValue" analog?