Hi,
I have set up this formula:
TrimRight ({Roster.Last})+ ", " + TrimRight ({Roster.First}) + " " + {Roster.MI}
to display first last and MI fields in a "Name" column.
As long as all three fields are NOT null, I get:
Name:
Jones, Fred P
Smith, Nancy A
Timmons...