Hi
I have two dates in my form, Date A (date of birth) and Date B (date of a process), both dates are in same table and form called persondetails.
What will be the validation rule if I want:
1. Date A must be either equal to Date B or earlier than Date B
2. Date A must be today or earlier
3. Date B must be today or earlier
I know for second and third we use <Now() but I am struggling to find a full rule for all of the above conditions.
Thanks