Answered
Hi, I have three (3) date fields {DateEmployed},{DateofAccident}, and{DateReported}. I would like to make sure the {DateofAccident} value is not entered as a date later than the {DateReported} value. The {DateEmployed} value should be before the {DateofAccident} value and the {DateReported} value should be after the {DateofAccident} value. I am trying to prevent common data entry typing errors.
Thanks
Enter a validation Javascript script for fields. Select field, than in Script Editor (Ctrl-Shift-F5) choose validation event and Javascript language.
For DateEmployed field script should be like this:
(DateEmployed.rawValue