Hey.
Using Access ADP and MSDE.
can some one please tell me what is wrong with this SQL string using
ADO. I get an error somewhere around the LIKE statement.
.Source = "SELECT tblCustomer.Fir stName,
tblCustomer.Las tName, tblCustomer.Pos tCode " & _
"FROM tblCustomer " & _
"WHERE (FirstName LIKE '%" &
Form("txtSearch FirstName") & "%');"
Thanks a lot.
GAVO
Using Access ADP and MSDE.
can some one please tell me what is wrong with this SQL string using
ADO. I get an error somewhere around the LIKE statement.
.Source = "SELECT tblCustomer.Fir stName,
tblCustomer.Las tName, tblCustomer.Pos tCode " & _
"FROM tblCustomer " & _
"WHERE (FirstName LIKE '%" &
Form("txtSearch FirstName") & "%');"
Thanks a lot.
GAVO
Comment