how to get rid of VB error messages??

I

I_was_here

Hey,

I have a table validation rule:
(([in] Is Not Null) And [RR] Is Not Null) Or (([in] Is Not Null) And
[workorder] Is Not Null) Or (([out] Is Not Null) And [workorder] Is
Not Null) Or (([out] Is Not Null) And [os] Is Not Null) Or
(([adjustment] Is Not Null) And [note] Is Not Null)

I also have validation text (error message)

But, for some reason, it works.. but before getting the error message
I get a VB run-time error 3316 message asking the user if it would
like to debug. How can I get rid of the error message.. as there
seems to be no problem.. just the error message getting in the way.
Is there an option to hide error messages somewhere?

Thank you.
 
Top