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