layout

R

Rob

Keeping track of test results, I have a database containg two related
tables - Names and Scores (one person may have more than one score).

Using a query to find names and their scores this is the result:

John 9
John 7
John 5
Fred 8
Fred 6

Is it possible to change this layout to

John 9, 7, 5
Fred 8, 6

using some sort of Report?

Thanks - Rob
 
D

David Cox

a crosstab query could do something like this, but you would get one column
per score. This could be a useful side effect, (eg who scored 7) which is
why I mention it.
 

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