A few things come to mind...
1. You could store the documents in the database, though this is NOT reccommended.
2. Another way is to store a table of filenames, and a directory of files. Then when a user wants a file, you have the database open that file (via VBA) for the useres. This assums all your users have the required software to open the file.
3. Finally, if all the documents are simple text, you could have a table store the words and essentially have the database build the documents into reports for your users. I know I'm not explaining this option very well.
Hope one of these might work for you.
"If you say you can, or you say you can't, you're right!"
-- Henry Ford