A
Adam
I am creating a database, and I will normally want to hide the database
window from the user and make interact only through the forms I have
designed. I can do this easily enough by setting the "StartupShowDBWindow"
to false. I can even prevent users displaying the database window by
pressing F11 if I set the "AllowSpecialKeys" property to false.
However, I would like a user with sufficient privileges (defined through
Access user level security) to be able to view the database window. Is it
possible to disallow tricks like F11 for some users, while making them
possible for others? If so, how? If not, how else could I make the database
window available to some users but not others?
Many thanks
window from the user and make interact only through the forms I have
designed. I can do this easily enough by setting the "StartupShowDBWindow"
to false. I can even prevent users displaying the database window by
pressing F11 if I set the "AllowSpecialKeys" property to false.
However, I would like a user with sufficient privileges (defined through
Access user level security) to be able to view the database window. Is it
possible to disallow tricks like F11 for some users, while making them
possible for others? If so, how? If not, how else could I make the database
window available to some users but not others?
Many thanks