The startup properties from the help file let you secure the db so users cannot get into design mode, or press the shift key to bypass the autoexec, etc.<br><br>I set the following properties for my db to secure it:<br><br>ChangeProperty "StartupShowDBWindow", dbBoolean, False<br>ChangeProperty "StartupShowStatusBar", dbBoolean, False<br>ChangeProperty "AllowBuiltinToolbars", dbBoolean, False<br>ChangeProperty "AllowFullMenus", dbBoolean, False<br>ChangeProperty "AllowBreakIntoCode", dbBoolean, False<br>ChangeProperty "AllowSpecialKeys", dbBoolean, False<br>ChangeProperty "AllowBypassKey", dbBoolean, False<br><br>Once these properties are set, how can I get into the system to make changes? With these properties set, it seems there is no way to get into database window to work in modules, forms, reports, ...<br><br>Is there a way to set these, and yet leave a door for the programmer to get in for modifications.<br><br>Using the Access security is not an option, as we use Novell as our NOS.<br><br>Any input is appreciated. Thanks.<br>Shar