how can i disable the ability to editing vb and forms

habbabub

Registered User.
Local time
Today, 13:56
Joined
Jan 24, 2008
Messages
73
is there an easy way? rather than distribute an MDE to users.
 
is there an easy way? rather than distribute an MDE to users.

Did you try password protecting the project? Press ALT + F11, go to Tools > Properties and click the Protection tab.

SHADOW
 
is there an easy way? rather than distribute an MDE to users.

The only way to guarantee that they can't edit your forms or vba code is to distribute as an MDE file (and what is so hard about that?). It isn't hard to create one.
 
awesome!
that takes care of the VB

but im still able to view/edit the forms, tables, querys etc is there additional settings i can change?
 
The only way to guarantee that they can't edit your forms or vba code is to distribute as an MDE file (and what is so hard about that?). It isn't hard to create one.

What's wrong with my solution...?

SHADOW
 
What's wrong with my solution...?

SHADOW

It will put some level of protection to the code, but that won't protect the forms from changing in design view. Plus there are password breakers out there that can easily hack in.
 
It will put some level of protection to the code, but that won't protect the forms from changing in design view. Plus there are password breakers out there that can easily hack in.

Ah, yes...I read the question in haste. He posed it as "VB and forms" and I thought he meant the coding behind the forms.

SHADOW
 

Users who are viewing this thread

Back
Top Bottom