Hello Everyone,
I have a table with 2 fields...
say
TextID and TextValue.
------- -------------------------------
TextID TextValue
------- -------------------------------
101 hello every one
108 hey hello dear
121 please say hello
143 home sweet home
What i want is a query that will select all the TextID's from the table where
TextValue field contains the word "hello".
Any help is deeply appreciated.
thanks in advance...