I have a form that is bound to a query\table. I have a some code that creates a recordset and uses the delete method to remove a record in the table. This all works fine but I get the annoying message "You are about to delete x records". Is it possible to turn this message off then back on again.
I may have to use a query and the docmd.setwarnings false/true syntax.
The record that will be deleted will always be the current record.
I may have to use a query and the docmd.setwarnings false/true syntax.
The record that will be deleted will always be the current record.