C
cgchris99
Guest
I have a form that has a bunch of textboxes and checkboxes. I need to know whenever any field gets changed on this form.
Is there a way to inherit some sort of class for this? Or do I have to write this piece of code for every field/checkbox/combo, etc.
RecordChanged=True
Thanks for any advice
Is there a way to inherit some sort of class for this? Or do I have to write this piece of code for every field/checkbox/combo, etc.
RecordChanged=True
Thanks for any advice