Preventing importing from

  • Thread starter Thread starter DZ
  • Start date Start date
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
 
Realistically, if they can access the data in the database, they can import
the data from it.

No offense, but I've yet to see a "proprietary locking method" that works.
 
Back
Top