L
L
I would like to incorporate a serach page on my web site. I would like
for the user to be able to search on a company name and list all the
companys that start with "i" if the user types in "i". I know that I need
to add a wildcard character but unsure of the syntax.
Here's the code below:
strsql= "SELECT * FROM tblCompany where CompanyName LIKE '"&strSearch&"'"
Thanks.
for the user to be able to search on a company name and list all the
companys that start with "i" if the user types in "i". I know that I need
to add a wildcard character but unsure of the syntax.
Here's the code below:
strsql= "SELECT * FROM tblCompany where CompanyName LIKE '"&strSearch&"'"
Thanks.