G
Guest
I added this code to my report ("report page" event)
Image.Picture = "C:\database\photos\" & picName & ".jpg"
where pic name changes for each record on the report, but when I run it the
first record has not picture and the second one has the first record picture.
I'm assuming the code is in the wrong event...where should I put the code to
load the picture?
Image.Picture = "C:\database\photos\" & picName & ".jpg"
where pic name changes for each record on the report, but when I run it the
first record has not picture and the second one has the first record picture.
I'm assuming the code is in the wrong event...where should I put the code to
load the picture?