I have code that I want to run every time a control on a form is updated. I'm looking for an easy way to do it where I can put it in one place rather than in the afterupdate methods of every control on the form. Is there one event that runs every time anything on a form is changed?
My goal is to have a label on the form that say "Saved" and goes away when something changes and is not saved.
My goal is to have a label on the form that say "Saved" and goes away when something changes and is not saved.