SELECT * FROM TBLCustomer WHERE NAME LIKE "*"
The above query works in Access2000. It finds all records with a * character as part of the name.
But if I try and use this query in an ADODataset there are no records returned. How can I make this work?
---------------------------------------
The maggotts always win.
The above query works in Access2000. It finds all records with a * character as part of the name.
But if I try and use this query in an ADODataset there are no records returned. How can I make this work?
---------------------------------------
The maggotts always win.