M
mkj
Hello,
Having found some instructions for auditing changes to forms on the
internet, I have created an AuditTrail() method in a module, and have set all
my forms and subforms to call this method with the BeforeUpdate event.
Unfortunately, it appears that changes made in subforms aren't being
triggered. Though, if the subform is the only section on the screen with
changes, it still triggers the BeforeUpdate event on the main form.
Is it possible to get the main form to trigger the BeforeUpdate method on
subforms? This seems like the easiest option to me...
Cheers,
Mike
Having found some instructions for auditing changes to forms on the
internet, I have created an AuditTrail() method in a module, and have set all
my forms and subforms to call this method with the BeforeUpdate event.
Unfortunately, it appears that changes made in subforms aren't being
triggered. Though, if the subform is the only section on the screen with
changes, it still triggers the BeforeUpdate event on the main form.
Is it possible to get the main form to trigger the BeforeUpdate method on
subforms? This seems like the easiest option to me...
Cheers,
Mike