I am using crystal reports 2008 and I want to pull customer name records only if there is a name in the field.
I am trying to write a formula for this to select only records with names and not print the records with no names.
example:
not (IsNull({first_nme} +' ' + {last_nme} + ' '))
Am I close?
Bruce
I am trying to write a formula for this to select only records with names and not print the records with no names.
example:
not (IsNull({first_nme} +' ' + {last_nme} + ' '))
Am I close?
Bruce