{AR_Customer.CustomerType} is a 4 character field
{AR_Customer.CustomerType}<>"S" does not return all records where this is true unless I do it this way: trim({AR_Customer.CustomerType})<>"S"
in the actual database the NULL fields are the ones I'm missing.
So this tells me than NULL is the same as "S" -- I don't think so, but that's how Crystal is reacting without trim()
Is there a general rule here that I need to understand?