I'm trying to find which event fires after any of the textboxes are updated on my form. I have an average field, and any time a user changes any one of the 20 textboxes I want it to update.

Or, is there a better way to do this?



I have tried Form_AfterUpdat e, Form_DataChange but no luck