Hi
I've been trying to filter an ADO recordset (rsType) to distinguish between a list containing data like:
2 Axle Class V
and
2 Axle Class VII
etc.
with
rsType.Filter = "field2 Like '*CLASS V*'"
it returns both Class V and Class VII. Is there a way that I am missing?
TIA
Andy
I've been trying to filter an ADO recordset (rsType) to distinguish between a list containing data like:
2 Axle Class V
and
2 Axle Class VII
etc.
with
rsType.Filter = "field2 Like '*CLASS V*'"
it returns both Class V and Class VII. Is there a way that I am missing?
TIA
Andy