I have read all that I can but, I can't find a resolution for dealing with Null values.
Lets just say I have a text field. The records in the field would have either the letter A, the letter B, or nothing at all.
I want my code to return Dog if the letter is A, Cat if the letter is B, Horse...