calculation

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