Hi,
I already have a complex database "make table" that creates a list of products I need to integrate with a website. However, I need to create a list of image names that are related to the product code. THIS I HAVE DONE. However, not all products have an image available.
What I need to do is create the image name (ProductCode.jpg) then look up in a folder called images to see if the image exists. If it does not I need to replace the filename with NoImage.jpg.
Can anyone help with this Access issue?
Thanks
I already have a complex database "make table" that creates a list of products I need to integrate with a website. However, I need to create a list of image names that are related to the product code. THIS I HAVE DONE. However, not all products have an image available.
What I need to do is create the image name (ProductCode.jpg) then look up in a folder called images to see if the image exists. If it does not I need to replace the filename with NoImage.jpg.
Can anyone help with this Access issue?
Thanks
Comment