Securing Codes

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

Guest

Hi all!

I would like to secure my codes from users... not allowing them to view the
FORM DESIGN.. what should i do to make sure that my codes can not be
"touched" by users?


Thank you...


amsuria
 
if your database is not already split into frontend/backend files, then
split it. for more information, see
http://www.granite.ab.ca/access/splitapp/index.htm. after splitting the
database, convert the frontend file to an MDE file format. this will protect
your forms, reports, and standard modules (though it does nothing to protect
tables, queries and macros). keep the original MDB frontend, so you can
revise it as needed, and give a copy of the MDE file to each user.

hth
 

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


Back
Top