For a full list of descriptions of functions, use InfoPath's help and search
on "About formulas and functions", or just click on the function name when
you are in the "Insert Function" dialog box and look at the description below
the list of functions.
To solve your challenge, use the following formula for field3:
concat(substring(field1, 1, 1), field2, "@mycompany.com")
To get letters in lower case, use the translate() function as demonstrated
in this solution:
http://enterprise-solutions.swits.net/infopath/convert-first-letter-word-upper-c
ase.htm but then switch "ABC..." and "abc..." around.
---
S.Y.M. Wong-A-Ton
> I am making an employee form that combines the first letter of the
> first name and the last name to create an email address for a new
[quoted text clipped - 11 lines]
>
> Steve
smonczka - 10 Apr 2006 17:33 GMT
S.Y.M.
Thank you for your explination. It was exactly what I needed.
smonczka - 10 Apr 2006 17:33 GMT
S.Y.M.
Thank you for your explination. It was exactly what I needed.