Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Source Code behind a Form

Status
Not open for further replies.

pvg

IS-IT--Management
Feb 17, 2000
12
US
How do you Password Source Code behind a Form.
 
<br><br>In Access 97+ you'll want to make an '.mde' file from your '.mdb', this is a compiled version of the mdb. Once done the code in the module is no longer accessable.<br><br>You'll want to run the repair and compact before you 'Make MDE File'.<br><br>Have Fun.<br><br><br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>
 
pvg, be sure to save the original .mdb if you do this! In case it's not obvious, you can't makechanges to compiled code ( the .mde). So when you want to modify the app, you make the changes to your original .mdb (and then save THAT), and convert the updated .mdb to an .mde again.<br><br>BTW, amiel, I had a significant slowdown when I made a similar conversion. Have you noticed performance differences between .mdb, .mde, and the executable version? I'm planning to try the package and deployment wizard for the first time today.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top