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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.