Hi, I have a table field that may contain upto 5 codes separated by commas (1,2,3,4,5)
I want to output Image 1 If code 1 is found, output Image 2 if COde 2 is found, output image 3 if code 3 is found and so fourth ...
BUT I want it to output 3 images if 3 codes are found, 1 image if only one code is present.
I am close to doing this already but, the problem with my code is if the code found is (1,2,3) it only outputs image 1.
Please help !!!!
thank
I want to output Image 1 If code 1 is found, output Image 2 if COde 2 is found, output image 3 if code 3 is found and so fourth ...
BUT I want it to output 3 images if 3 codes are found, 1 image if only one code is present.
I am close to doing this already but, the problem with my code is if the code found is (1,2,3) it only outputs image 1.
Please help !!!!
thank