Hello,
I have the fields StudentFirstName and StudentLastName. Some of the names have various numbers of NULL values following the name.
When I use Trim([StudentFirstName]) it leaves 1 NULL value following some of the names, not all.
How do I eliminate the NULL values so the concatenation looks correct?
Thank you in advance.
I have the fields StudentFirstName and StudentLastName. Some of the names have various numbers of NULL values following the name.
When I use Trim([StudentFirstName]) it leaves 1 NULL value following some of the names, not all.
How do I eliminate the NULL values so the concatenation looks correct?
Thank you in advance.