How can I do this?

M

MS

Hi all,
I have an Access application. I have to distribute it to my clients. But I
need to secure my code so that the usres do not have access to it. Please
suggest how can i do this? how can i package and distribute my app such taht
th code is not at user's disposal ?
Please suggest.
Thanks!
 
D

Douglas J. Steele

Create and distribute your application as an MDE and they can't get to the
code.
 
A

Andy

MS;

Save Your database as an MDE file.

Click on Tools, Click on Database Utilities, Click on Make MDE file.

Andy
 
Top