• Filter on Memo Field Contains Searchstring (Access 97(SR-1))

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Filter on Memo Field Contains Searchstring (Access 97(SR-1))

    Author
    Topic
    #366246

    I need to ristrict a recordset to records that contain a user specified search string somewhere in a memo field.

    Any ideas how to do it !

    Viewing 0 reply threads
    Author
    Replies
    • #567372

      If you use a parameter query the SQL would look like this:

      SELECT TBLNAME.COMMENTS
      FROM TBLNAME
      WHERE (((TBLNAME.COMMENTS) Like "*" & [ENTER SEARCH STRING:] & "*"));

      HTH

      • #567435

        bravo

        Thanks Mark – I was being thick this morning (nothing new there then !)

        I will take the rest of the week off.

        Cheers!

    Viewing 0 reply threads
    Reply To: Filter on Memo Field Contains Searchstring (Access 97(SR-1))

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: