VBA Password

1

123

Thank you very much
I have access data base protect my code using Password (VBA
.....tools …>properties –Password)
My question is can I use this password with VBA Code Or Not simple example
open form design view and add textbox with some code to the form if I don't
have VBA password I can't do that If I have VBA Passord I can...
Thank you
If Yes Please tell us the code
Why:
Delete form.
Import form.
Design form
 
M

MacDermott

AFAIK, if you password your database, supplying the password permits you to
open it, but you then have full access to everything in it. Without the
password, you can't open it at all.

You can "code your own" password within an Access database using something
as simple as InputBox, but this is not very secure.
For full security, you can implement Access Security.
Make sure you read and understand the FAQ on it first.

HTH
- Turtle
 

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

Similar Threads


Top