G
Guest
I have a Form that has multiple controls on it. I want to detect if any of the
information in any of the controls has changed. So, when the user goes to
close the form I check the Me.Dirty property. If it's True then I want to
save
the data.
The problem is that I can make changes and the form never comes back
with Me.Dirty = True.
Is there something that I am missing?
Thanks.
information in any of the controls has changed. So, when the user goes to
close the form I check the Me.Dirty property. If it's True then I want to
save
the data.
The problem is that I can make changes and the form never comes back
with Me.Dirty = True.
Is there something that I am missing?
Thanks.