Sure, no problem now that you have stated exactly what has to be
accomplished.
Two methods. One is very straightforward requiring very little VBA
programming. The other method would take a couple of hours to create
from scratch but I would bet you could find a ready made sample in VB
that could quickly be ported over.
Method #1: ***Requires Office 2003***)
Use the MODI(Microsoft Office Document Imaging) ActiveX control. It
exposes methods that would easily allow you to create and modify
multipage TIFF files.
For detailed info on the control and sample source code see:
http://www.ilixis.com/developer.html
Method #2:
Modify the GDI+ sample MDB on my site that allows you to view single
page TIF files on an Access form without requiring the standard
Microsoft Office Graphics filter for TIF files(no longer included with
Access2003).
http://www.lebans.com/loadjpeggif.htm
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.