Check into the Instr function, it might solve your problems. Here is is the idea except use your fields as the evaluation.
Specific notes though: If substring is empty, it returns the start value. If substring is null, it returns null. If there is no match, it returns 0 to help you properly...