i want to retrieve record basing on date. i have used backend as ms access and frontend as vb.net. cmd = New OleDbCommand("select * from orders where qdate= '" + TextBox2.Text + "'", cn)
plz help me
cmd = New OleDbCommand("SELECT * FROM orders where YearBorn LIKE '%" & Trim(TextBox2.Text) & "%'")