In an application I put together, in order to secure the db, I have a bunch of ChangeProperty statements such as "StartupShowDBWindow" and "AllowBreakIntoCode" to false to prevent users to go to the tables directly or to get into the visual basic codes. However, I keep one open ("AllowBypassKey", True) so that I can get in there for maintenance, code modifications, etc. Is there a better way to handle this? Can I set the "AllowBypassKey" to False with the rest of the properties and still have a way of getting into the system for maintenance?<br><br>Any input would be appreciated. Thanks.<br>