P
PeteCresswell
When the user clicks "Delete" on a subform, I want to do some checking
against values of the record tb deleted before allowing the delete to
proceed.
But when I try to check said values in Form_BeforeDelConfirm, it looks
like I'm seeing the values of the next record - as if the beginning of
the Delete process forced a Form_Current.
..OldValue doesn't seem to help.
Anybody been here?
against values of the record tb deleted before allowing the delete to
proceed.
But when I try to check said values in Form_BeforeDelConfirm, it looks
like I'm seeing the values of the next record - as if the beginning of
the Delete process forced a Form_Current.
..OldValue doesn't seem to help.
Anybody been here?