Image in reports

  • Thread starter Thread starter PaulsteedQCL
  • Start date Start date
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
 
Hi

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

hth

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top