jamesfranklin
Registered User.
- Local time
- Today, 08:13
- Joined
- Sep 17, 2012
- Messages
- 26
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 not in propercase
but i don't want to display whether the string contain "of,the,and" please leave the string which contain "of, the , and"
thank u..........................
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 not in propercase
but i don't want to display whether the string contain "of,the,and" please leave the string which contain "of, the , and"
thank u..........................