• Hi Karen,

    Create a parameter called @updatetxt.

    Then in your query, changed the like statement to this:

    and updatetxt like '%' + @updatetxt + '%'

    See if that works.

    Sarah