SELECT bnn.detail, *<br>FROM bnn<br>WHERE (((bnn.detail) LIKE '%%toto%%%'))<br> <br>ORDER BY bnn.titre;<br> <br>I have a web page with a form in wich a customer search a word from a field called detail in my DB bnn;this query with the variable TOTO works fine but gives only the result if the word put in the form is like the first word in the field detail in my DB ; and other word inserted in the variable won't give a match unless it's the first word in the field detail.<br>How to search for a word inside the field detail? not the first word .<br>For your info the property of the field detail is memo thanks<br> <br> <br> <br> <br>