K
Kjuib
I would like to make a query that will find matching
Strings in a field of a table. The problem comes in, that
I would like it to pull Records where the String is close
to the One I was looking for.
Example:
Search for String: Mutant Spider
Records Found:
Mutation
Spider
Mutant Spider
Mother Spider
Mutant
MutantSpider
Records Not Found:
Goat
Mouse House
BigTent
And other stuff that is not close to the Target String
Is there an easy way of doing this?
Strings in a field of a table. The problem comes in, that
I would like it to pull Records where the String is close
to the One I was looking for.
Example:
Search for String: Mutant Spider
Records Found:
Mutation
Spider
Mutant Spider
Mother Spider
Mutant
MutantSpider
Records Not Found:
Goat
Mouse House
BigTent
And other stuff that is not close to the Target String
Is there an easy way of doing this?