R
rc51wv
I have an SQL UPDATE statement that runs so the user can update certain
information in the table. The problem is, when I click on the update button
Access throws up a warning message saying that you are about to change x
amount of rows and once it's done it can't be undone, do you wish to continue.
When you click yes it goes about it's business and updates the rows in the
table that you are directing it to. When you click no it gives the error that
RunSQL command did not execute and gives the user the option to debug,
allowing them possible access into the code.
How do you prevent this message from displaying?
information in the table. The problem is, when I click on the update button
Access throws up a warning message saying that you are about to change x
amount of rows and once it's done it can't be undone, do you wish to continue.
When you click yes it goes about it's business and updates the rows in the
table that you are directing it to. When you click no it gives the error that
RunSQL command did not execute and gives the user the option to debug,
allowing them possible access into the code.
How do you prevent this message from displaying?