Hi
Im trying to create a database search and create a list of the found items,
also showing how close the search is to the text in the database.
e.g.
if im searching the word "test" and have these records in the database, the column is Name varchar(100):
testing
abcde
test
test1
The result should be some thing like this:
test 100%
test1 95%
testing 60%
Tell me if you have problem understanding this....
Not really shore how to explain what i need...
