FMain.ADOQuery1.SQL.Add('SELECT *' + 'FROM ИмяТаблицы' + 'WHERE ИмяПоля Like' + FMain.Edit1.Text + .....); FMain.ADOQuery1.Active:=True;