Dreamweaver
Well-known member
- Local time
- Today, 23:35
- Joined
- Nov 28, 2005
- Messages
- 2,467
What I am trying to do is split a sentence into words Like
Jocelyne Labylle And Jacob Desvarieux
This would produce 4 words as the and,&,/ Ect are removed
So I end up with:-
Jocelyne
Labylle
Jacob
Desvarieux
If all 4 words are found in a string it returns all matching records plus gets 100%
3 words again returns all matching records plus say 75% and so on
I haven't done a lot with it at the min as the first bit is quite simple IE getting the names Etc. but I can't think for the life of me how I can do the search.
I Have Tried a query With [Names] Like ""*[String Names]*""" but it seems to only work with each letter???
but my main reason for asking here is I don't like reinventing the wheel or at least trying to which will mean hours of Fun but maybe somebody knows of something I could use on the net.
Thanks for any help/Advice.
mick
Jocelyne Labylle And Jacob Desvarieux
This would produce 4 words as the and,&,/ Ect are removed
So I end up with:-
Jocelyne
Labylle
Jacob
Desvarieux
If all 4 words are found in a string it returns all matching records plus gets 100%
3 words again returns all matching records plus say 75% and so on
I haven't done a lot with it at the min as the first bit is quite simple IE getting the names Etc. but I can't think for the life of me how I can do the search.
I Have Tried a query With [Names] Like ""*[String Names]*""" but it seems to only work with each letter???
but my main reason for asking here is I don't like reinventing the wheel or at least trying to which will mean hours of Fun but maybe somebody knows of something I could use on the net.
Thanks for any help/Advice.
mick
Last edited: