Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hello everyone,

I inherited a database with a field that included the names of contacts in this format: "LastName, FirstName"

I know there has to be a simple calculation to reverse that to "FirstName LastName", but I cannot figure this out. Please help. Thanks.

Posted

there has to be a simple calculation to reverse that to "FirstName LastName"

Yes, there is. But I would suggest you split the names into separate fields first; then you can combine them any way you like using calculations.

LastName =

GetValue ( Substitute ( FullName ; ", " ; ¶ ) ; 1 )

FirstName =

GetValue ( Substitute ( FullName ; ", " ; ¶ ) ; 2 )

This topic is 5295 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.