keepingbusy
Programmer
All, I should know this but cannot remember the command. It was previously posted on Tek-Tips but I cannot find it. The command:
Code:
ISUPPER(cExpr) determines whether the left most character of the specified character expression is an uppercase alphabetic character.
myvarforname could contain john
myvarsurname could contain davies
If I put them together: trim(myvarforname)+" "+trim(myvarsurname) would produce: john davies
I want the end result as John Davies
Many thanks
Lee