Newbies jayme01 Posted February 25, 2011 Newbies Posted February 25, 2011 I have a FirstName field and a LastName field. From it I want to create an automated field called EmailAddress. The email address is First Initial Last Name, so John Doe is [email protected]. I know how to string together the parts but don't know how to pull that first initial. Could anyone lend a hand? Thanks kindly!
ron G Posted February 25, 2011 Posted February 25, 2011 Take a look at the LEFT(FirstName;1) function. That will pick off the 1st letter.
Rick Whitelaw Posted February 26, 2011 Posted February 26, 2011 I have a FirstName field and a LastName field. From it I want to create an automated field called EmailAddress. The email address is First Initial Last Name, so John Doe is [email protected]. I know how to string together the parts but don't know how to pull that first initial. Could anyone lend a hand? Thanks kindly! Hi, This is a really bad idea. Email addresses can be pretty much anything the account-holder wishes them to be. Some ISPs assign email addresses automatically and others let you choose your own. To me it's a non-automatable problem. RW
Recommended Posts
This topic is 5077 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now