I need to check all fields on a form, which is a considerable number, and update another field if any of the data in the record gets changed. I don't want to use the change event of each field on the form (Form has a tab control with 5 tabs, all full of fields) so basically if someone checks a box, adds text, deletes text, whatever, I want to make my "CHANGED" field (yes/no) = "Yes"
Is there an event or property associated with the form that will track that for me or do I actually have to use the "Changed" event on every single field?
Any help will be greatly appreciated.
Is there an event or property associated with the form that will track that for me or do I actually have to use the "Changed" event on every single field?
Any help will be greatly appreciated.