D
DZ
I created a utility inside an Access database that allows certain users to
unlock and lock a database. I created my own proprietary locking method.
I created this method so that other developers can make changes and then
"lock it" to everyday users.
The locking consists of setting the following properties false:
StartupShowDBWindow
AllowShortcutMenus
AllowBuiltinToolbars
AllowSpecialKeys
AllowToolbarChanges
AllowToolbarChanges
Is there a way to prevent importing of object from this database when it is
locked, perhaps by setting some properties that would prevent importing?
Thanks for any ideas
unlock and lock a database. I created my own proprietary locking method.
I created this method so that other developers can make changes and then
"lock it" to everyday users.
The locking consists of setting the following properties false:
StartupShowDBWindow
AllowShortcutMenus
AllowBuiltinToolbars
AllowSpecialKeys
AllowToolbarChanges
AllowToolbarChanges
Is there a way to prevent importing of object from this database when it is
locked, perhaps by setting some properties that would prevent importing?
Thanks for any ideas