no later than date

P

peter

Hi I have a textbox and the formatting of it is ok but i
want to have the date validated as being today or earlier
so like <date() how do i do this?

thanks

peter
 
L

Larry Tompkins

Hi Peter

In the Validation Rule of your text box enter >(Now()-1) .
Don't forget to set the validation message if it isn't a valid date.

Hope This Helps.
Larry
 
Top