I need real simple basic functionality. There is a folder (with subfolders) residing on a server with 500+ documents in it. Mostly Word docs. I need a search page on the company intranet so users can search on a text string and find any document. There are also other attributes of each doc stored in an Access database, like RevisionDate, Author, Department, Location. These things are not part of the Word docs themselves. So – users need to be able to search for all docs pertaining to let’s say Location=Atlanta, RevisionDate=most recent, and containing the string “engineers are goofballs”. Now – I can easily search the attributes – but not the content. I read I might be able to use Index Server service already on IIS, but I don’t know how to tie it in with the Access database. Is there another way to make this happen?