Hi, Basically I have a report where I want to display a
person's id, name, and list of classes that they took.  So
I have a page header, page footer, id header, and details
section.  In the id header I have the id as well as the
name and below that in the detail section I want to be
able to list the classes that they took and the date of
the classes.  The report does this in a column and it
looks something like this:
English   8/7
Math      4/23
Science   6/25
I want to be able to display the courses and dates in a
row like:
English  8/7,  Math  4/23,  Science 6/25.
Is there any easy way to do this in access?
Thanks.