Merge Data to Tif Image

J

JohnHoward

I have been searching for months and have not found anything that can help me
yet.

I am trying to take data collected in an online application and imported into
Access and merge it to a report one record at a time, and send a tif image
(data and report) to a directory on my network. The file must be named using
some of the info in the data record (name, date... that sort of thing) Along
with this, I need to create an index file of the images created.

The filename is easy to create using concatenation. The index file is not
hard to create - it is just a text file.

My problem is, I don't know how to merge to a tif image file. I assume I can
read my data records one by one and merge them to the report - but how do I
save it as a tif? I have the report created already for print purposes, but
I need to save the tif to import into an imaging system.

Any help would be greatly appreciated.
 
S

Stephen Lebans

The Microsoft Office Documemt Imagine Writer printer driver supports TIF
files.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
J

JohnHoward via AccessMonster.com

Thanks. I have been looking at that, but not sure how to "print" to a file
using code. Was going to try working with that today, but if you know how to
do it, I would appreciate the help.

Also, this is going to be a batch file that runs at night - can't have any
human interaction...

Stephen said:
The Microsoft Office Documemt Imagine Writer printer driver supports TIF
files.
I have been searching for months and have not found anything that can help
me
[quoted text clipped - 21 lines]
Any help would be greatly appreciated.
 
S

Stephen Lebans

Do a GoogleGRoups search on this issue. If you restrict the search to the
*Access* NG's then you should find several relevant threads.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


JohnHoward via AccessMonster.com said:
Thanks. I have been looking at that, but not sure how to "print" to a
file
using code. Was going to try working with that today, but if you know how
to
do it, I would appreciate the help.

Also, this is going to be a batch file that runs at night - can't have any
human interaction...

Stephen said:
The Microsoft Office Documemt Imagine Writer printer driver supports TIF
files.
I have been searching for months and have not found anything that can
help
me
[quoted text clipped - 21 lines]
Any help would be greatly appreciated.
 
J

JohnHoward via AccessMonster.com

Thanks again. Found others with the same situation - but no real help. Any
other ideas?


Stephen said:
Do a GoogleGRoups search on this issue. If you restrict the search to the
*Access* NG's then you should find several relevant threads.
Thanks. I have been looking at that, but not sure how to "print" to a
file
[quoted text clipped - 13 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top