Example Modules

Useful VBA code. Including FTP, ZIPing, etc.
Display:

Encryption
 2613 Downloads
 217 KB
 03-12-2016

This is an example in 2000 format that shows several example of encryption. The code used in the modules was written by Dermot Balson.

FTP Client functions
 3153 Downloads
 178.94 KB
 03-12-2016

This database is in 2000 format. It contains an example of how to perform FTP tasks from withitn Access like, upload, download, and browse the directory on an FTP site.

Generate / Validate License Key tied to Name
 2155 Downloads
 74.73 KB
 03-12-2016

There is a  VB code example from Brian Gillham that works great The original link can be found here: http://freevbcode.com/ShowCode.Asp?ID=2232   Here is the code modified to work in VBA with Access.

ZIP and Unzip from within your Access Database
 1639 Downloads
 280.4 KB
 03-12-2016

Add ZIp and Unzip features to your databs with the free Info-Zip DLLs.  The DLLs can be placed in the same folder as you database. You do NOT have to regerster then in Windows to use them.