SherryLynn
Technical User
I am hoping someone here has an easy answer for me. I have a database that tracks families and their children. One of my main tables (Family Table) records the Family's Last Name, File No., etc. The other table (Child Table) records the name of each child in the family (there can be 1 or 10 children), date of birth, etc. I want to create a query to make File labels on each family. The label should include the Last Name, File No. and all the children's names separated by commas. Here's what I want it to look like:
SMITH xx JONES S003394
John, Mary, Ken, Shelley
I have created a make table query on these fields. The table it creates includes a record for each child:
SMITH xx JONES S003394 John
SMITH xx JONES S003394 Mary
SMITH xx JONES S003394 Ken
SMITH xx JONES S003394 Shelley
I would like it to create a table that makes one record for the family:
SMITH xx JONES S003394 John, Mary, Ken, Shelley
I appreciate any and all help. I haven't been able to even get close to a solution.
Thanks,
Sherry
SMITH xx JONES S003394
John, Mary, Ken, Shelley
I have created a make table query on these fields. The table it creates includes a record for each child:
SMITH xx JONES S003394 John
SMITH xx JONES S003394 Mary
SMITH xx JONES S003394 Ken
SMITH xx JONES S003394 Shelley
I would like it to create a table that makes one record for the family:
SMITH xx JONES S003394 John, Mary, Ken, Shelley
I appreciate any and all help. I haven't been able to even get close to a solution.
Thanks,
Sherry