acc2k--keeping a log of changed, added and deleted data. all fine, except i can't figure out the deleted data:
i have a main form.
in the subform, is just a list of related 'areas'.
a user can choose one and hit DELETE key.
once they confirm delete, i want to log into my EDITS table the value they have deleted, i.e. AREA DELETED: 4335
but i cannot get the 4335. have tried BeforeDeleteConfirm, AfterDeleteConfirm and On Delete events. where can i capture this data?
thanks--
i have a main form.
in the subform, is just a list of related 'areas'.
a user can choose one and hit DELETE key.
once they confirm delete, i want to log into my EDITS table the value they have deleted, i.e. AREA DELETED: 4335
but i cannot get the 4335. have tried BeforeDeleteConfirm, AfterDeleteConfirm and On Delete events. where can i capture this data?
thanks--