Validating future date
Hi there,
I have created a form in InfoPath 2003 and need to validate that the date selected (in a datepicker) is greater than today but not more than 5 days in the future.
I have created a validation event that uses the 'today()' function and set it to check error if the selected date is 'less than or equal to today()'. This works fine. The problem comes with the next part. I have created a 2nd validation event that checks whether the date 'is greater than today() + 5' but this doesn't work.
Is there a way of validating this?
Many thanks,
Skev
|