That is incorrect. There is no way to set the 'validation message' for
a CHECK CONSTRAINT. It is *always*, "One or more values are prohibited
by the validation rule 'your_constraint_name_here' set for
'YouTableNameHere'. Enter a value that the expression for this field
can accept." That's why it's important to pick a meaningful name for a
CHECK CONSTRAINT (and no, a constraint name cannot contain line breaks
<g>).
That is incorrect. There is no way to set the 'validation message' for
a CHECK CONSTRAINT. It is *always*, "One or more values are prohibited
by the validation rule 'your_constraint_name_here' set for
'YouTableNameHere'. Enter a value that the expression for this field
can accept." That's why it's important to pick a meaningful name for a
CHECK CONSTRAINT (and no, a constraint name cannot contain line breaks
<g>).
The Validation Rule Text in an Access table can have line-breaks. Just use
<ctl-enter> to create them when entering the text.
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.