Hi all - total newbie to DB programming, so bear with me....
I am using a Recordset object, and am trying to implement a search, but am
not having luck finding what I need.
I would like to enter a partial name, and seek records that contain that
string, rather than equal it. All I can find for relational operators are
=, <=, >=, >, and <.
How would I go about doing a "contains" search?
Thanks!
I am using a Recordset object, and am trying to implement a search, but am
not having luck finding what I need.
I would like to enter a partial name, and seek records that contain that
string, rather than equal it. All I can find for relational operators are
=, <=, >=, >, and <.
How would I go about doing a "contains" search?
Thanks!
Comment