A family of Microsoft relational database management systems designed for ease of use.
Hi Tibbs, Rob D
To turn off the query confirmation pop-up when running a macro in Microsoft Access, you can try either of the following methods:
1.Disable warnings in the macro
Add the SetWarnings action before running the query and set:
Warnings On = No
2.Disable confirmation prompts in Access
-Go to: File > Options > Client Settings
-Under the “Confirm” section, uncheck: Action queries
-Then click OK.
This will stop Access from showing the confirmation message. Please note that this setting applies to all action queries in the database, so if you only want to suppress the prompt for a specific macro, using SetWarnings may be a better option.
I hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.