Hiding Code

MSAccessUser

Registered User.
Local time
Yesterday, 22:31
Joined
Aug 17, 2005
Messages
21
Hi,

How do I hide or password protect my module code in Access 2000 and 2002 like its possible with Excel?

Thanks
 
one of two ways, depending upon your needs. You can either set the properties of the module to hidden or compile the access mdb into an mde file. The mde is useable but non-modifiable and code is compiled and non-viewable.
 
You can set a password to your modules. Once password will protect all modules.

Open any module, then click the Tools option on the menu bar, then click the YourDB Properties... option, then click the Protection tab, then click the Lock project for viewing option, then type a password. Click the OK button so save your changes and activate the password.
 
Be careful if you change your mdb database into an mde database, as you cannot edit or change the MDE database.

If you lose the original, you are ..................
fill in the blank!
 

Users who are viewing this thread

Back
Top Bottom