I'm using Martin Greene's audit table program and have it functioning for any edits or new records with a datasheet subform inside a main form. The program is called via the BeforeUpdate event.
But when I delete a record from one of the datasheet fields, the useraction "EDIT" does not catch the delete even though it compares .oldvalue to value.
Is there another event that I should be triggered to catch deletes?
CementCarver