R
Ray
I use the following code to display multiple fields in one field
successfully.
Expr2: [TEAttendee1]+", " & [TEAttendee2]+", " & [TEAttendee3]
Results:
Susan Wu, John Ni,
Echo Peng, Chen Xiao-ping, Miao Chun-fang
The two-name result ends with a comma that is not I want. The three-name
result is exactly what I want. Can someone advise me how to avoid the comma
at the end of two-name result.
Thanks.
Ray
successfully.
Expr2: [TEAttendee1]+", " & [TEAttendee2]+", " & [TEAttendee3]
Results:
Susan Wu, John Ni,
Echo Peng, Chen Xiao-ping, Miao Chun-fang
The two-name result ends with a comma that is not I want. The three-name
result is exactly what I want. Can someone advise me how to avoid the comma
at the end of two-name result.
Thanks.
Ray