Store and Display Pictures in an Access Database

This is a demo application that shows how you can select Bitmap 
and Icon files, and store them in an Access 2.0 database.  You 
can also display those same files in you VB application.

The basic idea behind the storeage and display is that a file 
is just binary data.  You can write the binary data to an OLE 
Object field in your database.  You can then write the data 
from the OLE Object to a temporary file on your PC the load the 
file into an image control using the LoadPicture option.

If you have any questions about this application send me an 
E-Mail at MLUHRING on America Online.

Please feel free to use any part of this code as you wish.
