Hello all,
I have an application where the users have made mistakes while typing a keyfield. For example, in the Customer transactions table, when they have to input a 10 digit customer id, they make a typo: Instead of entering 007892012, they enter 0072892021 or 007982012. Is there a way of building a query whereby I can return records with "similar" customer id? I tried using like operator, but the results are not very effective.
Has anybody done this before? Any help is greately appreciated.
I have an application where the users have made mistakes while typing a keyfield. For example, in the Customer transactions table, when they have to input a 10 digit customer id, they make a typo: Instead of entering 007892012, they enter 0072892021 or 007982012. Is there a way of building a query whereby I can return records with "similar" customer id? I tried using like operator, but the results are not very effective.
Has anybody done this before? Any help is greately appreciated.