If I run an action query on a connected table which is on a sharepoint I get a confimation warning that the action query is permanent.
Although I have set these massages off within VBA:
Application.SetOption "Confirm Action Queries", False
If I run it on a local table no mesage appears.
How can I switch off the warning for a action query on a sharepoint table?
Although I have set these massages off within VBA:
Application.SetOption "Confirm Action Queries", False
If I run it on a local table no mesage appears.
How can I switch off the warning for a action query on a sharepoint table?