View Single Post
  #2  
Old May 17th, 2010, 12:52 AM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Selecting Photos from and ComboBox list then print on a Report

Have a look at PictureMgr, the free demo software that I wrote to manage and
print images.

http://www.datastrat.com/Download/Picture2K.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


"TracyCSI" wrote in message
...
I would like to have a ComboBox on a Form that lists the names of
photographs, and somehow have the names pointing to the actual image
stored
in the database or on the PC. Then by clicking a button on the Form, I'd
like to print a Report with the photo printed on it, along with other data
from the record.

I hope that makes sense. Thanks in advance for the help.
Dave