I'm not sure how to put this question, so I'm going to try to make it as "simplistic" as possible.
Assume I have a text box set to hold 5 characters.
The first = A, the second = B, the third = C the fouth = D, and the fifth = E.
(giving you ABCDE)
Is it possible to search for results based on the provided text(data) in the text field by position. * select from dbase where desired = positions 1,2,3 and !=4,5
**or select from dbase where desired = abc and !=d,e
Hope this made atleast some sense 🙂