Hi,
I have converted a DMS system into MS ACCESS,to give people the possibility to search for documents.All the data around the docs are in the database,eg the field DOCID contains a docid corresponding to a tiff file with the name of this docid.One can run a search,select a record,and click a button to view a file.
Here's my problem,in most cases behind records are more tiff-files stored,sometimes upto 100 pages,how can i view these 100 pages.
Format off a 3 pages tiff-document :
DOCID 1.001
DOCID 2.002
DOCID 3.003
Tried combining them into one multi-page tiff file,but did not succeed using VBA.
Maybe i can display them all in a form as a thumbnail ? doubleclicking on it opens this page ?
Mabe someone has another idea or option,please let me know,
Regards,
Bert.
I have converted a DMS system into MS ACCESS,to give people the possibility to search for documents.All the data around the docs are in the database,eg the field DOCID contains a docid corresponding to a tiff file with the name of this docid.One can run a search,select a record,and click a button to view a file.
Here's my problem,in most cases behind records are more tiff-files stored,sometimes upto 100 pages,how can i view these 100 pages.
Format off a 3 pages tiff-document :
DOCID 1.001
DOCID 2.002
DOCID 3.003
Tried combining them into one multi-page tiff file,but did not succeed using VBA.
Maybe i can display them all in a form as a thumbnail ? doubleclicking on it opens this page ?
Mabe someone has another idea or option,please let me know,
Regards,
Bert.