R
Ray
I need to concatenate two fields using + operator as below:-
[Field1] & ("; " + [field2])
It does not work correctly. If field 2 is a null value, it shows
[field1];. Can someone advise me how to remove the semicolon if field 2 is
a null value.
Thanks,
Ray
[Field1] & ("; " + [field2])
It does not work correctly. If field 2 is a null value, it shows
[field1];. Can someone advise me how to remove the semicolon if field 2 is
a null value.
Thanks,
Ray