Returns families who have a child with a specified given name, which is prompted for on running the query. The query returns all families in the file who have at least one child having that name amongst his/her given names, regardless of whether the name in question occurs first or later in the child’s given name sequence, or is only part of a name, e.g. ‘Sam’ would match ‘Sam’ and ‘Samuel’ and ‘Samantha’.
Caters for families with up to 13 children but could easily be adjusted to cope with bigger families.
Could be used for populating a Named ListNamed Lists are a way in FH to group related items — which can be records of any type(s) — so that you can easily find them to work with. for use in other queriesQuerying is a very powerful feature that allows you to specify and save criteria for identifying a set of records of a given record type. such as Families Common to 3 Named Lists
Download: Families with a Child of a Specified Name