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!
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!