R
Reb
I have a table with just Authors that has a relationship to the Title
table. In most instances there is more than one author per title.
When running a query/report that lists "Title -- Author" I get:
Book 1 -- John Smith
Book 1 -- Jane Doe
Book 1 -- John Gray
Book 2 -- Mary Poppins
Book 2 -- Dick White
I would like the report to say:
Book 1 -- John Smith, Jane Doe, John Gray
Book 2 -- Mary Poppins, Dick White
Can you concatenate only one field like the Author field? If so how do
you do it, what's the code, and do you put the code in the query or in
the report?
table. In most instances there is more than one author per title.
When running a query/report that lists "Title -- Author" I get:
Book 1 -- John Smith
Book 1 -- Jane Doe
Book 1 -- John Gray
Book 2 -- Mary Poppins
Book 2 -- Dick White
I would like the report to say:
Book 1 -- John Smith, Jane Doe, John Gray
Book 2 -- Mary Poppins, Dick White
Can you concatenate only one field like the Author field? If so how do
you do it, what's the code, and do you put the code in the query or in
the report?