Access Visual Basic password

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I see several posts on how to password protect visual basic code in Excel,
but I need to protect my code in Access. Is it possible to protect the entire
project with one single password that would prevent anyone from modifying my
code?
 
On Wed, 19 Sep 2007 16:18:01 -0700, Don

Alternatively use the menu option to create an MDE. Ship your Access
solution as an MDE rather than an MDB, and there is no source code to
modify.

-Tom.
 
Well that was easy enough. I must have stared at that option a dozen times
and somehow missed it.

I want to secure my project so that others cannot modify it. This helps to
protect the code, and I have created a custom toolbar for the user to have,
but is there also a way to lock down the option to enter design or sql view?

I have tried converting to an MDE but I get an error saying that the project
is to big.
 

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

Back
Top