validate date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Within tables I wish to set up a validation rule that only allows date of
birth to be entered if age is greater than 18 from todays date. Can anyone
help me please?
 
Open the table in design view, in the validation rule of the field
properties, enter

<DateAdd("yyyy",-18,Date())

In the Validation text enter the message that you want to be displayed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top