C
croy
A TextBox on my form has a Validation Rule:
.... and associated Validation Text:
Must be a number between 0 and 100
The same Validation settings occur in the underlying table
field.
When using the form, and making an entry that does not fit
the rule, first my Validation Text appears, then after
clicking OK, another message appears:
"The value in the field or record violates the
validation rule for the record or field. For example..."
I don't understand why the second message is appearing, or
how to stop it. I think my text is just fine.
How can I stop the second message?
=0 And <101
.... and associated Validation Text:
Must be a number between 0 and 100
The same Validation settings occur in the underlying table
field.
When using the form, and making an entry that does not fit
the rule, first my Validation Text appears, then after
clicking OK, another message appears:
"The value in the field or record violates the
validation rule for the record or field. For example..."
I don't understand why the second message is appearing, or
how to stop it. I think my text is just fine.
How can I stop the second message?