December 18, 200718 yr I am trying to create an email field, in which the user can enter their username without entering the domain portion, since all the users will have the same domain. However when I want to email them or create a list, I want it to be able to see their complete email without having to input the domain. How is this possible?
December 18, 200718 yr With a calculation field, result text: EmailAddress = UserName & "@domain.com" where UserName is the name of the field that contains their actual user name.
Create an account or sign in to comment