Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mansouri

  1. mansouri

    query with a variable

    SELECT bnn.detail, *<br>FROM bnn<br>WHERE (((bnn.detail) LIKE&nbsp;&nbsp;'%%toto%%%'))<br>&nbsp;<br>ORDER BY bnn.titre;<br>&nbsp;<br>I have a web page with a form in wich a customer search&nbsp;&nbsp;a word from a field called detail in my DB bnn;this query with the variable TOTO works...
  2. mansouri

    SQl,Access and query please help

    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...

Part and Inventory Search

Back
Top