Re: Syntax Question: Query by File Extension

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Jul 12, 2:32 pm, "Hilary Cotter" <hilary.cot...@xxxxxxxxx> wrote:
I think this is an indexing services question. In this case you need to set
AllowEnumeration=true and do the following:
Looks like I'll have to do:
If InStr(Query, "#")>0 And InStr(Query, "@")=0 Then Q.AllowEnumeration
= True
for optimal performance

.