Hi,

I am making a website which I need to search for a a value,

basically a normal web site search, you know what I mean.

I have one field call 'searchitem' in a table call tbl_Items this is the field I want to store a running list of words to search through.

so the field would contain something like:

book, Lord of the rings, ring, Tolkien etc...

so if some searched for 'Lord of the rings' it would find that record, I would then want to display it, this I can do myself, its just the search I don't know how to implement

thanks,