R
Rick
I am trying to create a validation rule for a date field which will
check, via a data entry form, to see if the date entered is between
12/31/94 and todays date.
In the table I have created a Validation Rule in the table:
When I enter a new record in the form I get a Run-time error stating
Unknown function 'Date' in validation expression
I've also tried
Between #12/31/1994# and Date()
with the same results
Can anyone help me out with the proper validation function?
Rick
check, via a data entry form, to see if the date entered is between
12/31/94 and todays date.
In the table I have created a Validation Rule in the table:
#12/31/1994# And <=Date()
When I enter a new record in the form I get a Run-time error stating
Unknown function 'Date' in validation expression
I've also tried
Between #12/31/1994# and Date()
with the same results
Can anyone help me out with the proper validation function?
Rick