I've got the following code in a form to display an image:
If there isn't an image with that name how do I stop it showing the error?
Code:
Me.imgIMAGE.Picture = "[URL="file://\\C:\images"]\\C:\images[/URL]\jpgs\" & Me.cboPRODUCT_CODE.Column(0) & ".jpg"
If there isn't an image with that name how do I stop it showing the error?