Hi,
I'm having string like this
String 1: "Albert einstein College"
string 2: "Albert Einstein College"
String 3: Head of Department
string 4: Biochemist and Group Leader
This query will (StrComp([title],StrConv([title],3),0))<>0) return String 1 and String 3
because the string 1 is...