Preventing importing from

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
 
D

Douglas J. Steele

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top