Have done this another way, now:
two images one over the other, one stretched and one on zoom, with the following in the Format event of the Detail
If Right(PhotoAddress, 3) = "bmp" Then
Me!bmpImage.Visible = True
Me!jpgImage.Visible = False
Else
Me!bmpImage.Visible = False...