Looks like you need some more information before the LIKE.
Something like:
Code:
sqltext = sqltext & " AND [Column Name] LIKE '%" & varfind & "%'"
Best thing to do is put this code on your page and post the results here.
Code:
Response.Write "<br>This is sqltext: " & sqltext
Response.End