If you have the first and last names in their own fields, you can gather initials by using the "Left()" formula. In my case, I used the following formula:LEFT(First,1) & LEFT(Last,1)*note the "1" is not required in this case. If left out, (ie. "Last(...