How to combine values of a field together?

N

Norm Lundquist

I have a simple table of students and the courses that they took - one column
for "Student" and one column for "Course". Each student can take multiple
courses. Is there a way to combine the "Course" field together on an Access
report to show each student on one line?

Example:

Student A BUS-150, ENG-101, MAT-126
Student B PSY-124, ZOO-200

Does Access reports have this option or do I need to write code to read the
recordset and make the combined field?

THANK YOU!
 
B

BruceM

If you reconsider your design, which was one of the suggestions, it will pay
dividends many times over, and probably take less time than coming up with
code.
 

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