Hi!
I am trying to find a way to do a keyword search using vbscript or ado on Access table.
From the webpage, the user will enter keyword and I would like to search it against the access database table.
I only need to search on one column of the table which contains company namses.
TblCompany
CompanyID
CompanyName
etc.
The company name is a string of text which contains multiple words.
The user will enter a keyword(one word) and I would like to find companyID with company name having that word.
I don't know how to tackle this.
Any help will be greately appreciated.
Thanks.
IS there a keyword search capablility tool out there I can use?
I am trying to find a way to do a keyword search using vbscript or ado on Access table.
From the webpage, the user will enter keyword and I would like to search it against the access database table.
I only need to search on one column of the table which contains company namses.
TblCompany
CompanyID
CompanyName
etc.
The company name is a string of text which contains multiple words.
The user will enter a keyword(one word) and I would like to find companyID with company name having that word.
I don't know how to tackle this.
Any help will be greately appreciated.
Thanks.
IS there a keyword search capablility tool out there I can use?