validation rules

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

Guest

I am trying to enter an expression that would only allow dates between 6/1/2001 and 9/30/2001 to be entered into the database.Any tips or suggesstions????
 
In the text box on your data entry from, type the
following into your Validation Rule property:
#5/31/2001# And <#10/1/2001#. Type an appropriate
message in the Validation Text property.
Roxie Aho
-----Original Message-----
I am trying to enter an expression that would only allow
dates between 6/1/2001 and 9/30/2001 to be entered into
the database.Any tips or suggesstions????
 

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

Similar Threads

Assign Values Based on First Record in Group 2
Validation Rule 2
Date() not functioning as expected 12
Comparing dates 1
Averageif year=2000 5
Conditional Formatting 1
Validation Rules 2
Display missing records? 5

Back
Top