Securing Codes

A

amsuria

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
 
T

tina

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
 
Top