How to tell which Fields changed on edit events
Good evening...
Is there a way to tell which fields on an edit form have changed when the users presses the submit button?
I only want to execute certain steps if the user has changed the Status field in my form. If they make other changes then I don't need to do anything.
Thanks,