Can anyone tell me how to track when there is a change in a form? I want to have a text box on my form titled "Form changed" and the text box would have date and time. I don't need to track what was changed, just that there was a change. I have already tried "before update" event on the form properties as well as "on data change" using the "Now ()" function.
The "before update" triggers everytime I go to the form regardless if the data has changed or not and the "on data changed" does not seem to do anything. Any help would be appreciated.
Thanks, Joe