April 24, 200619 yr Newbies Hello all, A quick perusal of the previous posts has not solved my issue, so I venture to post the question here now. I have a layout that needs to include the field Name from all of the related records. There can be 1-10 possible related records, and I need to include all of the names inline in a letter format. It has been a while since I have done any work in Filemaker, and I am currently using Developer Edition 7.03 Any ideas to help me along with this?
April 27, 200619 yr Create a value list based on the related field, starting from the TO on which the layout is based. Then create an unstored text calculation of Substitute( ValueListItems( Get(FileName); "YourValueListName" ); ¶; ", " ) in the parent table. This will produce a comma-delimited list of the related field's values.
Create an account or sign in to comment