Hi I have this query<br>SELECT bnn.detail, * <br>FROM bnn <br>WHERE (((bnn.detail) like '%%toto%%%')) <br>ORDER BY bnn.titre <br><br>working on bnn.mdb it's purpose to find a word in the form toto and search it in the field detail of bnn.mdb<br>the probleme is it gives me only the result when the matching word is the first one inserted in the field detail wish it's property is memo and contains details of news .<br>but I need to search for the llike of this word any where in the the field of detail. your help is appreciated thanks Slim<br>