V
VMI
In Access, I can create a query like "select * from myTable where Name like
'*Joe #*' " and it'll return records like ("Bob Joe 1", "Rick Joe 122",
etc...). What's the equivalent to that in a query that's being run using
OleDB?
Thanks.
'*Joe #*' " and it'll return records like ("Bob Joe 1", "Rick Joe 122",
etc...). What's the equivalent to that in a query that's being run using
OleDB?
Thanks.