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 4870 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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

Posted

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

Posted

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

Posted

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

NameFirst & " " & NameLast

Posted

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.

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