• I am looking to place an image for every record. I did get this solved.

    Turns out Report Builder is Case Sensative.

    image1.value = "File:" + fields!PhotoPath.value

    the field PhotoPath had capital "P" when designed and report builder needed to have the capital P's.

    Thank you,

    Steve