R
rc51wv
Is there a control that returns a variable that will let you know if
information in a field on a form that has a table set as it's recordsource
has changed from the table?
Say field PIN has had the number changed from what was there when the form
was loaded, is there a control that will return a true/false answer that I
can use on at close to let me know that the field has changed?
Right now all I have is storing the initial values from the fields on the
form in a global variable and then comparing them on close to see if that
information is different.
information in a field on a form that has a table set as it's recordsource
has changed from the table?
Say field PIN has had the number changed from what was there when the form
was loaded, is there a control that will return a true/false answer that I
can use on at close to let me know that the field has changed?
Right now all I have is storing the initial values from the fields on the
form in a global variable and then comparing them on close to see if that
information is different.