Hi everyone
It is maybe a questions asked many times. I am trying to limite users' access to Database Windows to improve security. I am working on an Access Data Project in Access 2000 format as front end and SQL Server as backend.
The ideas in my mind so far are:
• Disable the F11 key
• Disable “Unhind” function on “Window” on Menu bar, so users can’t go to Window-> Unhind to reopen the database window.
• Disable the SHIFT key – I’ve gotten the answer from the research.
I already have a function to return user’s log on ID. I would like perticular users only who have administrator right to be able to access Database Window in case they need to update the database.
I wonder if I am on the right track, or if there is a function could solve all three issues. Any suggestions for disable F11, and disable "Unhind" function?
Many thanks.
meng
It is maybe a questions asked many times. I am trying to limite users' access to Database Windows to improve security. I am working on an Access Data Project in Access 2000 format as front end and SQL Server as backend.
The ideas in my mind so far are:
• Disable the F11 key
• Disable “Unhind” function on “Window” on Menu bar, so users can’t go to Window-> Unhind to reopen the database window.
• Disable the SHIFT key – I’ve gotten the answer from the research.
I already have a function to return user’s log on ID. I would like perticular users only who have administrator right to be able to access Database Window in case they need to update the database.
I wonder if I am on the right track, or if there is a function could solve all three issues. Any suggestions for disable F11, and disable "Unhind" function?
Many thanks.
meng
Comment