Image in reports

P

PaulsteedQCL

Hi I am trying to use the 'Image control' as a bound field as suggested by Dev
Ashish on the Access Web to link to an image file rather than OLE it in.
Reduces bloat and speeds it up.

I have set up a text field in the table, and have a button on a form that opens
the Open dialog box to get the filename and I can display them in a form as I
scroll through using dlookup in the form's OnCurrent event. All of which is
great.

How do I set up a bound report that shows each image against its appropriate
record?

Thanks
 
C

Chris Large

Hi

Does the same as you do in the Forms On Current Event, but
in the Reports On Format Event.

hth

Chris
 
Top