thanks
but sir writting query is not my problem.major problem i m finding is who to display quered data in datagrid.give me the syntex.datagrid is not allowing me show data searched through the query.it show data in single field filtered mode.
code which i m using is
adodc1.recordse t.filter="first name like ' "& text1.text & "%'".
but system does not take this
adodc1.recordse t.filter="first name like ' "& text1.text & "%'and lastname like' " & text2.text &"%'";
my query returns more then one record.
but sir writting query is not my problem.major problem i m finding is who to display quered data in datagrid.give me the syntex.datagrid is not allowing me show data searched through the query.it show data in single field filtered mode.
code which i m using is
adodc1.recordse t.filter="first name like ' "& text1.text & "%'".
but system does not take this
adodc1.recordse t.filter="first name like ' "& text1.text & "%'and lastname like' " & text2.text &"%'";
my query returns more then one record.
Comment