X
XP
Using Office 2003 and Windows XP.
I need a way to determine if any fields on a form have changed. i.e. has the
user changed any settings or typed or changed text in a text box.
I tried setting a global variable to TRUE in the On_Dirty event, then check
the value of the variable when the user clicks a "Save" button; but this does
not seem to work...changes are not detected even though I change a combo
and/or type in the text box.
Any ideas?
I need a way to determine if any fields on a form have changed. i.e. has the
user changed any settings or typed or changed text in a text box.
I tried setting a global variable to TRUE in the On_Dirty event, then check
the value of the variable when the user clicks a "Save" button; but this does
not seem to work...changes are not detected even though I change a combo
and/or type in the text box.
Any ideas?