Kayos Posted November 9, 2004 Posted November 9, 2004 OK, so maybe I'm asking too much of Filemaker here but is it possible to have two text fields auto-fill a third field? I've got a database for the user community that I support and there user-name/authenticator is always going to be their first initial and their last name (i.e, David Jones - "djones".) Ao I have a last-name field, a first-name field, and a user-name field - is it possible to create a script or calculation to autofill the user-name field with just the first letter from the first name-field and the contents of the last-name field to auto-fill the user-name field? Thanks for any help...
Vaughan Posted November 9, 2004 Posted November 9, 2004 Left ( firstname ; 1 ) & lastname or to limit the length of the username to 8 characters Left ( firstname ; 1 ) & Left ( lastname ; 7 )
Recommended Posts
This topic is 7581 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