Tin
Thanks for your answer. I was unaware of what an MDE file is. I have now created an MDE front-end file and deployed that. I have also placed the back-end MDB in a folder on a network drive that is only accessible by administrators
Two further questions
1) You said to password protected the VB editor and/or create an MDE FE. If you create an MDE FE, is there still some security advantage to password protecting the VBA code as well. It seems that the MDE doesn't allow access to code anyway? Is that correct
2) I haven't done anything with the AllowBypassKey database property yet. If you change that to False, then doesn't that disallow even the developer from getting back into the database screen
Thanks again for your help
ctda
----- tina wrote: ----
on the Menu bar, click Tools, Startup and uncheck the box beside Use Acces
Special Keys
startup options can be bypassed, of course, by holding down the shift ke
while opening the db. to prevent that, you have to change the setting of th
AllowBypass database property
if this is a multi-user db, i assume you're using a FE/BE setup. to protec
forms/reports design and modules, you can password-protect the VB edito
and/or distribute a copy of the FE as an MDE file rather than an MDB
ht
ctdak said:
This question has probably been asked numerous times before, but I haven'
asked it or seen an answer. I have a "turn-key" application that I am jus
rolling out and I would prefer not to allow the possibility of a use
getting to the database screen where they could mess around with things. I
there any way to disable Shift-F11 access for users while still allowin
full access for the administrator/developer? Perhaps a Windows registr
change or something