FileSearch Problem in Access 2002 RunTime

F

Foo.sg

I develop an application that uses the Application.Filesearch object to look
for some jpg files. It works in machines with full Access but will not work
in those with Runtime. Which Reference must I include to make it work?
 
D

Douglas J Steele

FileSearch comes from Office, not Access. For Access 2002, you'd need a
reference to the Microsoft Office 10.0 Object Library.

I'm not sure, though, whether it's intended to work with the runtime.
 
D

Douglas J Steele

As I said, I'm not sure whether or not it's supposed to work in the runtime.
 
Top