Hi all-

As some background, I have an Access database with a nice interface for viewing the database records. I've designed it so that the form will display photos (stored out on the network) associated with each record. To print out the record, I've designed a report equivalent of the original interface which will also display up to 6 photos.

Now, all of this works just fine- I'm just looking to improve it and I don't know what object I need to use in order to do what I want to do. What I would like to incorporate is a listbox type object which will contain little image thumbnails of all of the available photos associated with the current record. Next to each photo is a little checkbox so that the user is able to quickly view & select which photos they would like to include in the report printout.

Specifically, I'm thinking of something that is part of the "Windows Picture and FAX Viewer" program that comes with Win XP. If you open up this program and click on the Print button, it brings up the Photo Printing Wizard. When you click next, it brings up the "Picture Selection" screen. This is EXACTLY what I'm looking for!

Does anyone know what this control is and how to use it?? Can I use it through VBA? I'm sure it's some sort of ActiveX control or something but I just don't know how to look for this..

THANKS!

Steve