
05-17-2004, 09:10 AM
|
 |
Disillusioned Code Poet
Retired Moderator * Guru *
|
|
Join Date: Apr 2002
Location: Tennessee, USA
Posts: 12,808
|
|
|
If they just enter one word of the title, that's not too complicated since you can loop through the file using InStr() to see if the word they typed is contained in the title. Looking for misspellings, however, is going to be quite complex. If you happened to be using a database that supports it, you could possibly use the SQL SOUNDEX() function; otherwise you might be able to take advantage of the spelling suggestions provided by a spell checker such as that found in Word, if you could rely on the target systems having that.
|
__________________
Laura
Ita erat quando hic adveni.
|