Application.FileSearch

  • Thread starter Thread starter Bernie
  • Start date Start date
B

Bernie

MsAccess 2003

Application.FileSearch.FileName="*.zip" will not return
proper results. It recognizes all other file types. I
have tested many .lookin locations without success.

Thanks
 
Hi Bernie,

You could possibly be running into the similar situation

"This depends on the Indexing Services including the directory and the
catalog being up to date.
If Indexing Services are not turned on, the FileSearch should work."

Recommendation is to use Dir() function instead, see sample in: OFF97:
Microsoft Office 97 Programs FileSearch Fails on a Microsoft Windows
2000-based Computer (259738)
http://support.microsoft.com/default.aspx?scid=KB;EN-US;259738


I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights


--------------------
| Content-Class: urn:content-classes:message
| From: "Bernie" <[email protected]>
| Sender: "Bernie" <[email protected]>
| Subject: Application.FileSearch
| Date: Sun, 19 Sep 2004 10:12:21 -0700
| Lines: 7
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcSea9Lk5iUO5S5sTCeXZXbeySbR7Q==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.access.formscoding
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.formscoding:246462
| NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| MsAccess 2003
|
| Application.FileSearch.FileName="*.zip" will not return
| proper results. It recognizes all other file types. I
| have tested many .lookin locations without success.
|
| Thanks
|
 
Back
Top