codice:
if instr(recordset("servizi"),"pranzo") <> 0 then 
response.Write("ok")
else 
response.Write("no")
end if