Database wizard

N

Nick Gough

Hi
I have a Access database in my web that contains my favourite links, there
is a column that has keywords in for these links ie window, program etc.
when i am looking for a link i search the key words but frontpage search the
strings and not the words. How can i get it to search the words only.

The SQL is as follows

SELECT * FROM Table2 WHERE (key_words LIKE '%::key_words::%')

thank for you help in advance

Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top