Question
Search for last name by any spelling
I am tring to do a search in MSSQL on a column in the database. If the user types in the lastname field smiths or smeth, the records return would be anything near that spelling. I am looking for all the 'smith' last name in the column and I have tried every which way with the percent. And I am not returning any records. Here is my current code. and lastname like '%#form.lname#'
thanks
