Date Validation

H

HayabusaMan

I am setting up to fields start date and finish date
How do I restrict a date from being entered that falls before todays date and
have the finish date has to occur after the start date
 
R

Rick B

OOPS. Make that...


The validation in finish date would be...
[StartDate]




Rick B said:
The validation in start date would be....
<Date()

The validation in finish date would be...
[FinishDate]



Rick B


HayabusaMan said:
I am setting up to fields start date and finish date
How do I restrict a date from being entered that falls before todays
date
and
have the finish date has to occur after the start date
 
Top