- Local time
- Yesterday, 21:31
- Joined
- Feb 28, 2001
- Messages
- 30,049
This problem is not soluble. (Stay with me, that was rhetorical.)
If your text box contains 292 72 0276 then do you want to match all records with 292? With 72? With 0276? You already said there is no pattern. The computer cannot be a mind reader. (Which is good because by now mine would have left home due to the stream of insults...)
So to solve an insoluble problem, you change the problem to one that can be solved and go forward from there. You MUST remember, in cases like this, that the computer is dumber than a box of rocks. It knows NOTHING with regards pattern recognition UNLESS you can program the pattern template into a search tool. So you have to decide to do one of several things:
1. Accept the need for manual input
2. Define some rules for matching
3. Restructure the input to have a pattern
That is an Either / Or list, not an And / Or list.
In the abstract, the computer has NO HOPE of doing what you want without guidance.
If your text box contains 292 72 0276 then do you want to match all records with 292? With 72? With 0276? You already said there is no pattern. The computer cannot be a mind reader. (Which is good because by now mine would have left home due to the stream of insults...)
So to solve an insoluble problem, you change the problem to one that can be solved and go forward from there. You MUST remember, in cases like this, that the computer is dumber than a box of rocks. It knows NOTHING with regards pattern recognition UNLESS you can program the pattern template into a search tool. So you have to decide to do one of several things:
1. Accept the need for manual input
2. Define some rules for matching
3. Restructure the input to have a pattern
That is an Either / Or list, not an And / Or list.
In the abstract, the computer has NO HOPE of doing what you want without guidance.