J
j.t.w
Hi.
I am not sure where to post this message so, I appologize in advance.
Upon delivery of our products to our customers, our customers sign the
invoice to acknowledge receipt of the products. We then scan all of
those signed invoices and keep them on file on a separate PC (used
something like a file server).
I have a search form that allows the user to look up information about
invoices. I also have a button that automatically opens up the Windows
Picture and Fax viewer and displays the image, which I have working.
Basically, here is the code...
Application.FollowHyperlink "\\OtherComp\ScannedInv\" & strString &
".tif"
Unfortunately, there are a lot of images (approx. 19,000 .tif files)
and it takes about 1 1/2 minutes for the image to appear. As more
files are added, I can only see this becoming more of a problem.
(Note: This is about the same amount of time it takes to navigate via
Windows Explorer).
Does anyone have any suggestions of how I could speed up this process?
Do I have to make smaller subfolders (possibly by months) to hold a
smaller set of files? How do websites handle all of the files they
need to have accessible?
Any and all suggestions are appreciated. Thank you.
j.t.w
I am not sure where to post this message so, I appologize in advance.
Upon delivery of our products to our customers, our customers sign the
invoice to acknowledge receipt of the products. We then scan all of
those signed invoices and keep them on file on a separate PC (used
something like a file server).
I have a search form that allows the user to look up information about
invoices. I also have a button that automatically opens up the Windows
Picture and Fax viewer and displays the image, which I have working.
Basically, here is the code...
Application.FollowHyperlink "\\OtherComp\ScannedInv\" & strString &
".tif"
Unfortunately, there are a lot of images (approx. 19,000 .tif files)
and it takes about 1 1/2 minutes for the image to appear. As more
files are added, I can only see this becoming more of a problem.
(Note: This is about the same amount of time it takes to navigate via
Windows Explorer).
Does anyone have any suggestions of how I could speed up this process?
Do I have to make smaller subfolders (possibly by months) to hold a
smaller set of files? How do websites handle all of the files they
need to have accessible?
Any and all suggestions are appreciated. Thank you.
j.t.w