On Validate Old.Subform
On Validate Old.Subform
In the On Edit -> Validate section I want to send an email if a change is made to a subform. I don't care what the change is just need to test if any change was made.
If input.subform_name != old.subform_name
{
//do something
}
Are there plans to add the subform to the Old Fields Values?
Herb Wexler