I have a Trigger Procedure and want to compare the values of a Modified record before the Trigger Procedure was called and after.
The after value is no problem but the old value will have been overwritten by the new.
I know there is a very easy way to do it but cannot recall how.
Obviously as the Trigger Procedure is a Global procedure I cannot check any of the edit fields as they are local and not available to the global procedure.
Thx in advance.
The after value is no problem but the old value will have been overwritten by the new.
I know there is a very easy way to do it but cannot recall how.
Obviously as the Trigger Procedure is a Global procedure I cannot check any of the edit fields as they are local and not available to the global procedure.
Thx in advance.