Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7318 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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...

Posted

Left ( firstname ; 1 ) & lastname

or to limit the length of the username to 8 characters

Left ( firstname ; 1 ) & Left ( lastname ; 7 )

This topic is 7318 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.