R
rm
How do I get rid of the less then friendly "The value you entered
isn't valid for this field" message?
I have a table with a date field. In the table design for the field
Validation Text = "Please Enter a Valid Date"
Validation Rule = "Is Null Or IsDate([dob])=True"
The control on the form has the same Validation Text and Rule.
When the user enters an invalid date I still get the "The value you
entered.." message. How do I make the Validation Text display
instead.
I have tried both the control Before Update and the Form Before
Update. No luck w/ either one of those. Even more, what is the purpose
of having a Validation Rule and Validation Text if they cannot be used
to validate data?
isn't valid for this field" message?
I have a table with a date field. In the table design for the field
Validation Text = "Please Enter a Valid Date"
Validation Rule = "Is Null Or IsDate([dob])=True"
The control on the form has the same Validation Text and Rule.
When the user enters an invalid date I still get the "The value you
entered.." message. How do I make the Validation Text display
instead.
I have tried both the control Before Update and the Form Before
Update. No luck w/ either one of those. Even more, what is the purpose
of having a Validation Rule and Validation Text if they cannot be used
to validate data?