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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

input mask between dates

Status
Not open for further replies.

ccs2

Instructor
Oct 8, 2003
37
GB
I want to modify an input mask in an access form so that it only accepts dates between today and 3 months in advance. Please help.

CCS
 
This has nothing to do with input masks.
You can set a validation rule on the date control:

Between Date() and dateadd("m",3, Date())
 
Where is the date control?
CCS
 
lol...

the control on which you are entering the date from...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top