Sorry for the delay.
Whether the Image control is on a Form or Report, the variability in my case is the Stock Reference which so happens to be a work of Art.
So on the Form or Report I have the ImageFile Control which is declared in the underlying RecordSource Query - Stock Record 10000
ImageFile: [Orig Old Stock] & ".jpg"
GetImageDir represents "C:\inetpub\wwwroot\Demo\Originals\"
FullPath = "C:\inetpub\wwwroot\Demo\Originals\10000.jpg
Setting the ImageControl to Invisible is necessary for Reports so that the previous image is not repeated if no image is avialable.
Simon
Whether the Image control is on a Form or Report, the variability in my case is the Stock Reference which so happens to be a work of Art.
So on the Form or Report I have the ImageFile Control which is declared in the underlying RecordSource Query - Stock Record 10000
ImageFile: [Orig Old Stock] & ".jpg"
GetImageDir represents "C:\inetpub\wwwroot\Demo\Originals\"
FullPath = "C:\inetpub\wwwroot\Demo\Originals\10000.jpg
Setting the ImageControl to Invisible is necessary for Reports so that the previous image is not repeated if no image is avialable.
Simon
Last edited: