R
Roy Goldhammer
Hello there
I have an action query that runs on my access MDB
the action query runs with Docmd.OpenQuery "qryname"
In order not to show messages like "you are going to add 15 records to
table" i add an action DoCmd.SetWarnings False
But, this action also disabled the error messages that could be come from
running the action query
Is there a way to know if an error occur after running the action query?
and is there a way to know which of the records didn't add to the table?
I have an action query that runs on my access MDB
the action query runs with Docmd.OpenQuery "qryname"
In order not to show messages like "you are going to add 15 records to
table" i add an action DoCmd.SetWarnings False
But, this action also disabled the error messages that could be come from
running the action query
Is there a way to know if an error occur after running the action query?
and is there a way to know which of the records didn't add to the table?