FileSearch Property

Microsoft Access Visual Basic

FileSearch Property

       

You can use the FileSearch property to return a read-only reference to the current FileSearch object and its related properties and methods.

expression.FileSearch

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

The FileSearch property is available only by using Visual Basic.

Once you establish a reference to the FileSearch object, you can access all the properties and methods of the object. You can set a reference to the FileSearch object by clicking References on the Tools menu while in module Design view. Then set a reference to the Microsoft Office Object Library in the References dialog box by selecting the appropriate check box. Microsoft Access can set this reference for you if you use a Microsoft Office Object Library constant to set a FileSearch object's property or as an argument to a FileSearch object's method.