Hi all,
I have a procedure that executes a number (no more than 3) access queries when the user clicks a button --
before the queries are executed I turn off the system messages -- i.e DoCmd.setwarnings False
during the execution of the queries, there are instances where error messages may pop-up with key violations --
How will these be handled with setwarnings off?
Is there a way of ensuring that at these points the queries continue regardlessly of key violations etc...
Hj
)
I have a procedure that executes a number (no more than 3) access queries when the user clicks a button --
before the queries are executed I turn off the system messages -- i.e DoCmd.setwarnings False
during the execution of the queries, there are instances where error messages may pop-up with key violations --
How will these be handled with setwarnings off?
Is there a way of ensuring that at these points the queries continue regardlessly of key violations etc...
Hj