no later than date

  • Thread starter Thread starter peter
  • Start date Start 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
 
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
 
Back
Top