backend security in access 2007

roh_8_it_3

Registered User.
Local time
Today, 15:05
Joined
Feb 15, 2005
Messages
79
Hello All,

I have an adp application talking to sql server 2000 hosted on a windows server.We have not allowed the end users to see the database objects.For this , we usually disable the options like -use database window,use access special keys ,allow built in tools/menus from the Tools -Startup option.
This works well with the access 2000 or access 2003 version.

I just installed the access 2007 and suprised that even if we have these options disabled then the end users and turn these on.An user can click on the "More commands" from the drop down next to the Office Button and then check the boxes - Allow Navigation pane,allow built in tools/menus or use access special keys.This gives the end user to access the database.

How can I make sure that no user can access the backend.

Thanks in advance.
 
Well there are a lot of posts concerning this. I am sure you will probably read most.
Just a point not really covered in those posts, is the Access Hotkeys. I have removed these from all my forms by using the Forms Property ... Keys as Yes and the KeyPressed Event in every Form/Subform to disable all single/multiple hotkey combo's.

I have posted a couple documents as attachments as well. If you want the vPPC toolkit let me know.
 

Attachments

Last edited:
Thanks for your reply.I tried to search posts on this topic but didnt find any usefull info.
Could you please point me to right direction?
 
I just editted the original post and added a couple pdf attachments.
 
Basically, the downloadable Developer's Toolkit from Microsoft will create a MDE where the users do not have access to the code. And removing the CTLR+SHIFT at boot, and the hotkeys gives you a relatively safe FE. To take that further, the vPPC Toolkit secures the FE to a degree where most will not find it worthwhile to break.
Most recent vPPC toolkit is available here... http://www.pdtl.co.uk/Access2007/vPPCSecurityToolkit.zip
 
Last edited:

Users who are viewing this thread

Back
Top Bottom