I created a table with pictures.
Insert Object
Create from file
Click the Link box (after I retrieve the file)
I create a report and all I get is the name
of the picture in the picture box (1232.jpg).
How do I show my pictures in the reports?
When you use OLE Objects and Bound OLE Frames, you put yourself at the mercy
of the image processing application that is registered for that file type on
the user's system. There is also a Property on the Bound OLE Control, under
the Data tab on the Property Sheet, called "Display Type". If it is set to
"Icon", set it to "Content" -- but depending on the image processing app and
its settings, that still may not do what you want.
For examples of three approaches to handling images in Access, and an
article discussing considerations in choosing an approach, download the
sample databases from
http://accdevel.tripod.com. If you are going to show
..JPG in Image controls in a Report, visit MVP Stephen Lebans site at
http://www.lebans.com/printfailures.htm
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.
Larry Linson, Microsoft Access MVP