I have a huge database with many Action Queries. I cannot "hide" the Action Query Messages like SetWarnings previously. My setting in properties is not active. See pic..........
Turning off warnings isn't such a good idea anyway because all errors are silently ignored.
Better to use Currentdb.Execute to run the query. Include the second argument with the value dbFailOnError. This only triggers errors on actual failure