I am using Crystal 8.0. I would like to create a formula field that will determine if a database field (data field type is date or character) is blank or empty. I tried the following for character type fields to test:
ToText ({ado.fieldname}) like '%'
ado.fieldname = ' '
What would you suggest?