A
Anthony
I have a module that performs various operations on my database. The module
works properly, but Access pops up a bunch of confirmation messages for
certain operations. There is no need for this since my code checks to
ensure that everything is ok before the operation is done. How can I
suppress messages from Access when doing these operations? Specifically, I
need to suppress messages from a Delete done with RunSQL(), and a make table
query. Thanks for your help.
- Anthony
works properly, but Access pops up a bunch of confirmation messages for
certain operations. There is no need for this since my code checks to
ensure that everything is ok before the operation is done. How can I
suppress messages from Access when doing these operations? Specifically, I
need to suppress messages from a Delete done with RunSQL(), and a make table
query. Thanks for your help.
- Anthony