I am using the doCmd.OpenQuery to insert and delete records. Is there a way that i can get rid of all the dialog prompts that keep poping up when ever the commands are executed?
You can use the SetWarnings, but I recommend the follwing instead, becuase SetWarnings will eliminate any response from the database, even an error you may want to see. Where as the SetOption only affects the action queries.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.