Security Warning

D

David Cleland

anyway of removing the security warning about unsafe expressions from the
created output file (using Access 2003 extensions) ?

DAvid
 
J

James

Hi

The command

DoCmd.SetWarnings False

set into the form load event of your access project will get rid of any
warning that includes a response like Yes, No, Cancel. however, it turns off
ALL warnings that involve those answers, so if you are going to use this
option, you had better be sure that your database is really working
properly...
 
Top