"SELECT * FROM customer where customer_ID LIKE '%" & Trim(TextBox1.Text) & "%'"
good day everyone, im having a problem with querrying
i want to query from the field customer_ID,customer_Name,customer_MI,customerLname and textbox 1, 2, 3 and 4
i already tried
select * from customer where customer id like textbox1.text or customer_name textbox2.text blaa blaa blaa
like that but it aint working,please teach me how to do it properly
thank you and god bless