levyuk
Well-known member
How can I change this statement to select everything from employees where the lastname is LIKE something
I thought this would work but it doesn't, any help?
strSQL = "SELECT * FROM Employees Where Lastname='" & TextBox1.Text & "*'"
I thought this would work but it doesn't, any help?
strSQL = "SELECT * FROM Employees Where Lastname='" & TextBox1.Text & "*'"