
Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
That works. Must use * in the listbox queryt but % in cursor query. A great
Microsoft feature! Wonder who thought of it.

Signature
Don Berman
Computer Sciences Corp.
> Hi,
> try to use "C-%", wildcards syntax in ADO is bit different
[quoted text clipped - 16 lines]
> >
> > Any ideas.
onedaywhen - 23 Nov 2006 08:31 GMT
> Must use * in the listbox queryt but % in cursor query. A great
> Microsoft feature! Wonder who thought of it.
Microsoft was late to embrace the ANSI SQL Standard; alternatively:
Access used to be way ahead of its time <g>.
For the details, see:
About ANSI SQL query mode (MDB)
http://office.microsoft.com/en-gb/access/HP030704831033.aspx
"traditional Jet SQL syntax [...] wildcard characters conform to the
Visual Basic for Applications (VBA) specification, not SQL... ANSI-92
[query mode] provides new [...] wildcard characters that enhance your
ability to create queries, filters, and SQL statements."
Jamie.
--