I have the following problem:
a searchstring seperared by "+" or ",". Something like:
me+you+we
Table:
Index IDCode name
1 1 we
2 1 me
3 2 me
4 2 you
5 2 we
6 3 we
7 3 you
I want to select only the IDCode that has all the names from the string. I have created some code to do this, but it is rather long. Is it possible to create a query who can do this and how?
Thanks for the answer,
danielsan


Reply With Quote
