In my coding with a lot of queries I have to set the command: DoCmd.SetWarnings False
before each query; Ohterwise the user gets a lot of mesages to confirm.
Is there a solution to use perhaps another cmd to do it in one step for the complete application?
I'm running the application as accde with runtime access
before each query; Ohterwise the user gets a lot of mesages to confirm.
Is there a solution to use perhaps another cmd to do it in one step for the complete application?
I'm running the application as accde with runtime access