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
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