Question Unset Warnings

Osix

Registered User.
Local time
Today, 19:50
Joined
Feb 3, 2011
Messages
19
On computer I create my Access DB warrnings are unset (but i dont know how). For example, in form I have code where DoCmd.RunSQL deletes some records and without any warnings (but I dont use DoCmd.SetWarnings False).

On other computer on my DB when I run DoCmd.RunSQL "Delete ...." warnings are set.
Is any way to unset warnings in generaly? I look in tools/options but can't find!
 
In Access '07 go to Access Options, Select Advanced, under Editing, find Confirm and uncheck Action Queries.
 
Thanks for answer!
 

Users who are viewing this thread

Back
Top Bottom