Hello Group,
Crystal 8, strait-up database
Trying to get the If statment to detect a difference in case. See the formula field below for code.
-------- Originator Formula Field ----------
Local stringVar LocalTemp := Right((Trim({CLIENT.ClientType2})),1);
if LocalTemp = "A" then LocalTemp := "DRH";
if LocalTemp = "a" then LocalTemp := "TCG";
...
LocalTemp
--------------------------------------------
Is there a way for the answer to be DRH and not TCG?
Thanks
Scott