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

Recommended Posts

  • Newbies
Posted

Hi, I am a newby so please forgive. I have one field called ‘contact’ which has both Christian and Surname, and want to show the Christian name only, as a separate field on the same form. If I use calc for the Christian name it works fine for a new record, but not for existing records. How can I update all the records? Many thanks in advance.

Posted

What would be a better approach is to create separate fields for entries of Christian and Surname and use a calc for those cases where you need to show them together.

Posted

Hi

Try this

create two new fields cname and surname

Go to a layout with both of these fields on them.

Put your cursor in the first one and use the replace field contents (under the records menu) and replace it with Leftwords(contact;1)

Do the same for field 2 and replace it with Rightwords(contact;1)

I haven't tried this but in theory it should give you 2 new fields with the surname and christian name split accordingly.

You can then change your existing contact field to be a calc field, unstored cname &" "&surname

HTH

Phil

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