Search results

  1. K

    How to call a query in my vba module

    Add this line to your code. DoCmd.SetWarning (False) This will disable all the confirmation messages. However, this will also disable all other system messages. So it may be prudent to set the SetWarnings property to True after you execute the function. I hope this helps
Back
Top Bottom