PREVENT ACCESS TO CODE

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

Guest

Hello. Is there a way to prevent users from getting access to back end VB
code?
 
in message:
Hello. Is there a way to prevent users from getting access to back end VB
code?

Make an MDE file out of your master MDB.
Tools | Database Utilities | Make MDE
Make sure to create several backup copies of your MDB first.
 
What does this do?

Jeff Conrad said:
in message:


Make an MDE file out of your master MDB.
Tools | Database Utilities | Make MDE
Make sure to create several backup copies of your MDB first.
 
Dan said:
What does this do?

It compiles all the code and removes the source. Code based objects can not be
modified and code cannot be viewed.
 
Why is there code in your back end? Code's only supposed to be in the front
end!
 
Save the *.mdb file as a *.mde. But FIRST, be certain to save a backup.
 

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