> Hi Bob
>
> Just to confirm... % is equal to * and _ is equal to ?
>
> Is that right?
Yes.
You could allow the user to enter the jet wildcards and simply replace
them with the ODBC wildcards before putting the string into the query
... but then you get into all the "escaping" issues, which I'm sure you
haven't thought through: what if the user wants to search for a string
containing those literal characters?

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Andy - 27 Mar 2007 20:06 GMT
Thanks Bob
That's exactly what I needed to know. Right now we'll just add the *
as that's all our users want. Our data shouldn't have a * in it.
Regards,
Andy