Hi Rich,
Think about it: if the database doesn't store the names and locations of
the documents, how can it it possibly find them?
>My company is currently in the process of converting to a paperless office
>environment. Documents, which have so far been stored on shelves in
[quoted text clipped - 9 lines]
>Thanks
>Rich_the_Brit
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Rajasekhar [MSFT] - 19 Aug 2004 22:16 GMT
hi
This is Raja
If you are looking for the simplest way.
This would be my suggestion
Assumption : That the Document Name is unique that you store in folders
You can acheive this by using Microsoft access
This is an iDea I have got looking into the problem
----------------------------------------------------
1.create a table in access That countain fields
Documetnid Uniquefield primary key
DocumentName Textfield
PathDocument Hyperlink
2.Create a form based on the table and use that to open the documents
3.You can also create the search form and use that
4.this simplest way is can think