Set Options problem (1 Viewer)

SmallTime

Registered User.
Local time
Yesterday, 19:32
Joined
Mar 24, 2011
Messages
246
Using 2010 32bit.

I'm running the following code from the on open event of a startup form but noticed the check box's under Options->Client Setting don't 'uncheck'.

This code worked fine in 2000, just can't work out how to do it in 2010, any ideas?

Code:
   Application.SetOption "Confirm Action Queries", False
    Application.SetOption "Confirm Document Deletions", False
    Application.SetOption "Confirm Record Changes", False


Thanks
SmallTime
 

Users who are viewing this thread

Top Bottom