Jscott Posted March 5, 2007 Posted March 5, 2007 I need to autopopulate a username Field based on 3 different fields, but I want the username to be the first letter of the first name, the last name and the last 4 digits of their social. First Name = John Last Name = Doe Social Security = 111-222-1234 Username = jdoe1234 Stumped!
Fitch Posted March 5, 2007 Posted March 5, 2007 Here's your calc: Lower( Left(First Name;1) & Last Name ) & Right(Social Security;4)
Recommended Posts
This topic is 6569 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