I have a tif image that contains two pages of a juror questionnaire.
The files are stored in
R:\Case Management\JMSv2\Questionnaires
they are stored based on the juror's unique ID:
32123.tif
32124.tif
32124.tif
I run a query, get all the juror numbers that I need and then need to print the corresponding tif. The user doesn't need to see the image, it just needs to print in the background.
So, if the query returns 32123 and 32125, I would only need to print those files.
Any suggestions?
Thanks!
Leslie
The files are stored in
R:\Case Management\JMSv2\Questionnaires
they are stored based on the juror's unique ID:
32123.tif
32124.tif
32124.tif
I run a query, get all the juror numbers that I need and then need to print the corresponding tif. The user doesn't need to see the image, it just needs to print in the background.
So, if the query returns 32123 and 32125, I would only need to print those files.
Any suggestions?
Thanks!
Leslie