Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to calc FirstName and Surname to = Name

Featured Replies

Have Fields FirstName and Surname.+ Name

How to calc FirstName and Surname to = Name

If you mean that FirstName contains "John" and Surname contains "Smith" and you want Name to contain "John Smith":

Name = FirstName & " " & Surname

If you mean something else, please give an example.

  • Author

Thanks.. that is what I mean...and this is my entry:

Name = FirstName & " " & Surname

But sorry to say, it is not happening.

Please see attachment.

No attachment.

Attached files must be zipped first.

If this is a calculation field then the formula you would enter in the field calculation dialogue would just be;

FirstName & " " & Surname

not

Name = FirstName & " " & Surname

I read "Name" as the name of the field, and not part of the defined calculation.

Name (calculation, text) =

FirstName & " " & Surname

BTW, FileMaker would reject [Name = FirstName & " " & Surname] as a calculation

I would change the names to make it clearer to something like

NameFull (calculation, text) =

NameFirst & " " & NameLast

hth,

Lee

  • Author

I read "Name" as the name of the field, and not part of the defined calculation.

Name (calculation, text) =

FirstName & " " & Surname

BTW, FileMaker would reject [Name = FirstName & " " & Surname] as a calculation

I would change the names to make it clearer to something like

NameFull (calculation, text) =

NameFirst & " " & NameLast

hth,

Lee

I read "Name" as the name of the field, and not part of the defined calculation.

Name (calculation, text) =

FirstName & " " & Surname

BTW, FileMaker would reject [Name = FirstName & " " & Surname] as a calculation

I would change the names to make it clearer to something like

NameFull (calculation, text) =

NameFirst & " " & NameLast

hth,

Lee

Tried that Lee but...

See attachments.

post-80149-0-20980000-1316580040_thumb.j

post-80149-0-21104900-1316580070_thumb.j

post-80149-0-59445000-1316580119_thumb.j

You are making this more complicated than it needs to be - see Ron Cates' answer above - all you need is

NameFirst & " " & NameLast

  • Author

You are making this more complicated than it needs to be - see Ron Cates' answer above - all you need is

NameFirst & " " & NameLast

You are so right... all done and working. Thanks all.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.