HOW DO I SCRAMBLE CODE MY ACCESS PROGRAM CODING??

C

CAROLE

FOR INSTANCE IN D-BASE YOU COULD PROTECT YOUR PROGRAM CODE BY RUNNING
SOMETHING CALLED RUN TIME WHICH SCRAMBLED YOUR CODING MAKING IT IMPOSSIBLE TO
COPY AND PASS ON AS A USEFUL SOURCE MATERIAL.

THEREBY MAINTAINING THE SECURITY OF YOUR DESIGN AND LOGIC.
 
S

Steve

If you put all your code in CAPS, no one will read it or try and copy it.
Posting in CAPS is considered RUDE!

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
 
K

KitCaz

Distribute your app to your users as an MDE file. Select Tools | Database
Utilities | Make MDE File... within your database to make this "compiled"
version.
 
K

KitCaz

Deliver your application to your users as an .MDE file, which is a compiled
version of your database. Select Tools | Database Utilities | Make MDE
File...

Chris
 
J

John Spencer

Make your database an MDE.

That will protect the VBA code.



'====================================================
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
 
Top