C
Crystal
I'm updating a table via a form. I have code that checks
to make sure that the value entered in the primary key
field is not present in the table. This is on the
BeforeUpdate procedure. I wanted to catch the error
before the user go to the end of the record, since there
are many fields and entry is time-consuming.
The code works, but after it's executed, I get the
standard "The value in the field or record violates the
validation rule for the record or field."
I don't need this because I already have a custom
message. Is there a way to supress this message?
Crystal
to make sure that the value entered in the primary key
field is not present in the table. This is on the
BeforeUpdate procedure. I wanted to catch the error
before the user go to the end of the record, since there
are many fields and entry is time-consuming.
The code works, but after it's executed, I get the
standard "The value in the field or record violates the
validation rule for the record or field."
I don't need this because I already have a custom
message. Is there a way to supress this message?
Crystal