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?
 
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
 
Back
Top