I have an unbound field with 2 fields combined with a , in between. But if the firstname field is blank, I get nothing in the field, even though the lastname contains a value.
Here is my field's formula:
{viewSubjInfUC.LastName} & ", " & {viewSubjInfUC.FirstName}
I want the field to show whatever data is available, regardless of whether or not one field is null or not.
I am using a .Net DataSet.
Any ideas?
Here is my field's formula:
{viewSubjInfUC.LastName} & ", " & {viewSubjInfUC.FirstName}
I want the field to show whatever data is available, regardless of whether or not one field is null or not.
I am using a .Net DataSet.
Any ideas?