How to make an Access application compatible with Data Execution Prevention feature in Win XP SP2 an

  • Thread starter Thread starter Ragnar Midtskogen
  • Start date Start date
R

Ragnar Midtskogen

Hello,

I have Googled the above and I am not finding anything relevant.
I have an Access 2000 application and lately some clients running Vista or
XP SP2 are experiencing random cases where DEP shuts down the app.

Any ideas?

Ragnar
 
Depending upon the version, you can either disable the warnings by setting
the Macros >>> Security to Low. You can buy certification and certify the
code, but you will need to do that with every change. In Access 2007 you can
create a Trusted Location and put your databases there.
 
Since Access 2000 pre-dates those OS's, you may need to either run a more
recent Access version or have a system administrator use the tools to
exclude Access from DEP.
 
Back
Top