I am trying in Access with SQL to search a column and return the rows.
My search is to search a column and find all the cells that have "C" in them and return that whole row. My SQL works right now and returns rows were just "C" is in the column,, but I want rows that also have "C" in it like "ABC".
I used the InStr() function, but that did not work. Any body have any suggestions?
Thanks,
Jay
My search is to search a column and find all the cells that have "C" in them and return that whole row. My SQL works right now and returns rows were just "C" is in the column,, but I want rows that also have "C" in it like "ABC".
I used the InStr() function, but that did not work. Any body have any suggestions?
Thanks,
Jay