G
Guest
The record source is
=[lastname]&", "&[firstname]&", "&[Degree]
For some records this particular information is empty and in the report I get
, ,
How do I prevent these commata from printing when the record is empty?
=[lastname]&", "&[firstname]&", "&[Degree]
For some records this particular information is empty and in the report I get
, ,
How do I prevent these commata from printing when the record is empty?