When I am about to save an object, can I know if a field was changed and if so what was the previous value?
ex. DuesRate.
I want to know if the user changed the dues rate during the edit process and I want to know what the previous value was to compare it to the new value. I want to do this by looking at the object not intercepting the change event of the field and saving the value at the start of the edit.
Bill