mpfister:
no, I do not know how to set it up for that....
thats the problem I am a bit clueless in terms of getting the sql right.
How do I break up potential multiple words? Do I gram the search term and do an Instr() for a space and then a left() or Mid()? then feed it to the SQL with OR? I don't get that part.
Main Topics
Browse All Topics





by: mpfisterPosted on 2009-08-06 at 23:48:30ID: 25040365
Have you tried the keywords AND, OR, NOT, NEAR?
Samples:
Hotdog OR Hamburger (without the quotes!)
Hotdog {near dist = 200, unit = word} Hamburger
HTH