[CheckID]
[ImageLink: "C:\Images\"+[CheckID]+".tif"]
These are two fields form my query. [CheckID] is a unique number tracked in my table for each client. I have a form that I type a CheckID into and data will display AND a scanned tif image will load on the form based on the [ImageLink] for each client.
[CheckID] is always 10 characters long and a number. When I scan the tif image I will save it to the images folder with the name of the number.
Sometimes I may need to scan multiple sheets of paper for each [CheckID] in that situation I will label them xxxxxxxxxx(1), xxxxxxxxx(2), ect...
Can I change this [ImageLink: "C:\Images\"+[CheckID]+".tif"] to look for those (1) (2) documents as well?
So when I type "0049580585" it would find images "0049580585.tif" "0049580585(1).tif" & "0049580585(2).tif"
Thanks.
[ImageLink: "C:\Images\"+[CheckID]+".tif"]
These are two fields form my query. [CheckID] is a unique number tracked in my table for each client. I have a form that I type a CheckID into and data will display AND a scanned tif image will load on the form based on the [ImageLink] for each client.
[CheckID] is always 10 characters long and a number. When I scan the tif image I will save it to the images folder with the name of the number.
Sometimes I may need to scan multiple sheets of paper for each [CheckID] in that situation I will label them xxxxxxxxxx(1), xxxxxxxxx(2), ect...
Can I change this [ImageLink: "C:\Images\"+[CheckID]+".tif"] to look for those (1) (2) documents as well?
So when I type "0049580585" it would find images "0049580585.tif" "0049580585(1).tif" & "0049580585(2).tif"
Thanks.