OK, I have worked out a procedure that will enable me to capture a
previous value in another text field. This will enable a comparison; if
the two values are not equal, then i will know the user has changed a
value.The field in question is NumericField1. I essentially have 2 dummy
fields (CurrentField and PreviousField1) on which I can perform the
comparison. if I enter a value in NumericField1, then later change that
value, PreviousField1 will capture the previous entry. Thus, if
CurrentField1 ...