I am running a SQL statement behind a form. Instead of all warning messages, e.g. you will now update x records, are you sure you want to go ahead...bla bla, I would only like to see a message box with "X records updated" or "X records were locked, could not update". I can start by
docmd.setwarnings =false, but what is the syntax to follow?
docmd.setwarnings =false, but what is the syntax to follow?