Getting query error

  • Thread starter Thread starter Oded Kovach
  • Start date Start date
O

Oded Kovach

Hello there

I have a mdb with many action quries

In order to prevent the user from watching the messages of (you are going to
add/delete/modify XXX rows) i place docmd.setwanrnings FALSE before running
action query. But disabling the warnings also prevents me of getting errors
just like (0 rows added due to Null value)
Is there a way with code to know whether the query succesedded or not?
 
Back
Top