calculation

Q

Queent

Can anyone help me; I need to do a calculation to add a constraint to the D.O.
B field so no one under the age of 14 years will be expected in to the
database field of D.O.B
 
B

Bob M via AccessMonster.com

Try this in the Validation rule for DOB in the table:
<Now()-14*365.25
You'll probably want to enter the text you want displayed when a not valid
date is entered.
 
Top