G
Guest
When my users opt to delete a record, I'd like to circumvent their choice by
updating a boolean "Active" field to "No" instead (my field name is iteActive.
When I put the following code in my Form_Delete(Cancel as Integer)
procedure, the update as well as the deletion is canceled.
iteActive = False
Cancel = True
How can I achieve my goal?
updating a boolean "Active" field to "No" instead (my field name is iteActive.
When I put the following code in my Form_Delete(Cancel as Integer)
procedure, the update as well as the deletion is canceled.
iteActive = False
Cancel = True
How can I achieve my goal?