Currently i am working and using a filter function for my search however i not sure how to do it using a query
the sql statement is
cmd.CommandText = select * from tblcustomer where customerName like "'& textbox1.text &'"
I no there is some bits missing but i am not sure what they are could you please help as the filter function is proving to be slightly in effective
i am usig vb and sql
Thanks