Detail Section of Report

G

Guest

It might just be a limitation of MS Access, but I hope a there is a solution
that I'm just not seeing to this issue.

I have a 2 tables - both with a memberID which allows a relationship to be
created.

1st Table) Contains information about individuals.
2nd Table) Can contain more than one memberID -- each row has infomation
about the person's children.

I would like to create a report that lists the person's children. I've got
it set up so that in the 'detail' section, each child is listed on a
different line. So, right now it looks like:

memberID: xxx Name: xxx Age: xxx (grouping level)
Sarah
(detail section)
Michael
William

I would like to combine all the children onto one line: i.e.

memberID: xxx Name: xxx Age: xxx (grouping level)
Children: Sarah, Michael, William (detail section)

And is it possible to do everything on one line?:

memberID: xxx Name: xxx Age: xxx Children: Sarah, Michael,
William

Thanks for your help!
 
G

Guest

Thank you, Doug! I used both modules of code in different situations. Well
done! I appreciate your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top