dawilis
01-16-2005, 11:44 PM
Hi I am trying to search through a table that contains search words formated like this
Table Name: tblsearch
Field Name: Keywords
contents of keywords: anything, in,here,is,searchable,word,and,all
my query is
Select * from tblsearch WHERE Keywords LIKE 'here' ORDER BY DESC
will that return all the data in keywords contining the word 'here'?????
at the moment its returning nil results
Table Name: tblsearch
Field Name: Keywords
contents of keywords: anything, in,here,is,searchable,word,and,all
my query is
Select * from tblsearch WHERE Keywords LIKE 'here' ORDER BY DESC
will that return all the data in keywords contining the word 'here'?????
at the moment its returning nil results