Best event to update everytime

patrickd123

Patrickd123
Local time
Today, 18:17
Joined
Jan 21, 2007
Messages
29
What is the best event of which object to put some code that needs to be executed every time any fields gets changed in a form. I would think it is one of the event of th form itself but not sure. Please confirm wich event and which object.

Thank you
 
the forms Before_Update Event for validation
or After_Update for non validation
 
I had already tied that one, but the event triggered each time I save the record or go to the nest/previous one. I need an event that is triggered at the very moment a field is modified.
Any idea? Thanks.
 

Users who are viewing this thread

Back
Top Bottom