View Full Version : Ranges..


redblaze
01-20-2002, 07:24 AM
hi i have a date of birth field in a form and i dont know how to enter a specific range limit for it. for example if somebody types their date of birth as 1/35/1788, i need an error message to appear?

thanks for your help.

jwindon
01-20-2002, 08:05 AM
Put a validation rule and validation text on the text box.

>1/1/1902

"Must be greater than 1/1/1902!"

Also put a format on the text box to help out.

##/##/####

Hope that helps.


[This message has been edited by jwindon (edited 01-20-2002).]