How do I add jpegs to my Access Reports in Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently building a bibliography of books, and would like to a photo of
the book cover in my report, how do I acheive this?
 
Hi Oli
Thank you for your help I'll give them a try
Best Regards
Art
 
Just add an image control to your report. Size the image
control to suit your needs and set the properties to "Link"
and "Stretch". If you don't want to hard-code the path to
the image, you can do that in the OnLoad event when the
report runs, i.e., Me.imgMyImage.Picture = "fully qualified
path of your image."

Post back if you still have difficulties.

Bill
 

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