Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date validation rule

Status
Not open for further replies.

traycee

IS-IT--Management
Sep 6, 2001
245
US
Hi All...
I'm not quite sure how to do this..but I'd like to set up a validation rule for the date field of my table so that it will accept dates Between = Now() as well as up to 31 days before Now(). Any thoughts...
 
Thanks...Now() didn't quite work so I went with

Between Date() And DateDiff("d",30,Date())

working on that same theory and it worked for me. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top