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

Recommended Posts

  • Newbies
Posted

I need to create a parent text field [Parent Table] that combines the first names of all of the related children [student Table] for use as a Merge Field in letters.

Example: Dear Mrs. Smith, <> have been doing very well in school.

I've always wanted to know how to combine fields from multiple related records but have never figured out how. Any help???

Posted

The easiest way is the List ( ) function. You can either grab the related fields directly, or more commonly, create a calc field in the child that concantenates a nice string, and then use List to bring that into the parent.

  • Newbies
Posted

I've created a list field to combine the related names but I need to be able to use it as a merge field item in letters so I have to change format from:

John

Mary

Joseph

to:

John, Mary, Joseph

Ant ideas on a calc for a new field to help me format this?

Posted

I've created a list field to combine the related names but I need to be able to use it as a merge field item in letters so I have to change format from:

John

Mary

Joseph

to:

John, Mary, Joseph

Ant ideas on a calc for a new field to help me format this?

Substitute( List( relation::field; "¶"; ", "))

  • 4 months later...

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