How can i protect my VBA code in MS Access

  • Thread starter Abdul Zahid Kakar
  • Start date
A

Thread Starter

Abdul Zahid Kakar

Dear All,

I want to protect my VBA Code in MS Access. Could you help me how to assign password to protect my code from others?

Your Response is Highly Appreciated.
Zahid Kakar
 
T

Tony R. Gunderman

Maybe this will help:

>From the Access VBA editor,

Click on "Tools" on the Menu Bar

Click on Database "Properties"

Select the "Protection" Tab

Select "Lock project for viewing"

Fill in the "Password" and "Confirm Password" fields.

Tony R. Gunderman, PE, CAP
Eastman, SE
 
If your trying you looking for security, i suggest you simply ZIP the source and add a password.

you might like to expand what you require...
 
Top