Hi all,
What is the correct syntax of the SQL-operator 'like'?
I'm want to use it something like:
.RowSource="Select * from Customer where CustId like " & Me.TextBox1 & "*"
Something is wrong with the above syntax but I cannot figure out what it is.
/Kent J.
What is the correct syntax of the SQL-operator 'like'?
I'm want to use it something like:
.RowSource="Select * from Customer where CustId like " & Me.TextBox1 & "*"
Something is wrong with the above syntax but I cannot figure out what it is.
/Kent J.