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????
 
Back
Top