I have a form and when a user wishes to update/delete a record for example I have created a pop-up box asking for confirmation of the operation before it commences. I'm currently using DoCmd.RunSql("UPDATE.... , when the
user clicks on yes, a new pop-up box appears which is autogenerated by Access stating "You are about to update 1 row(s)". Naturally this is not what I wanted, therefore my question is how do I prevent this message from appearing?
Thanks for your help.
user clicks on yes, a new pop-up box appears which is autogenerated by Access stating "You are about to update 1 row(s)". Naturally this is not what I wanted, therefore my question is how do I prevent this message from appearing?
Thanks for your help.