Thanks for the pointer, do you know if this will use the super fast Microsoft search?
Main Topics
Browse All TopicsHi, I have an Access 2003 ADP (Project) application that I would like to be able to use to search a file store containing 1,000s of Word documents.
I have found the details of Windows Search SDK and wondered if anyone has managed to get this working with Access VBA (or any other Office VBA for that matter).
Examples would be helpful!
Many thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
windows scripting host is microsofts replacement for dos batch files etc. as for super fast Microsoft search i dont know, when did that come in?
using filesystem object you can search thousands of files in a folder in a reasonable time, get its attributes and insert them into an access table using dao etc.
Business Accounts
Answer for Membership
by: frankyteePosted on 2008-07-01 at 05:08:06ID: 21906767
use the filesystem object, but first you need to reference "windows scripting host". go to a code module , then menu tools>reference and make sure that dll is checked.
e.com/Prog ramming/La nguages/ Vi sual_Basic /VB_Script /Q_2338840 5.html e.com/Micr osoft/Deve lopment/ MS _Access/Ac cess_Codin g-Macros/Q _22763180. html
see code examples below
http://www.experts-exchang
http://www.experts-exchang