Currently I am builiding a photo link based on some static information and field information,
i.e. photoLink = "\\server\gearimages\" & partNo & "\" & machineNo & "\" & serialNo & ".jpg"
Problem is if the photo does not exist for one reason or another then the link is useless.
How do I confirm the photo exists and then add the link to the table?
I was thinking some how in a script task or a for each loop?
Thanks.