T
Tom Gettys
I wish to create a report that has on each line a book title followed by a
list of the authors.
The titles are in a table (TITLES), the authors are in a table (AUTHORS),
and there is a "bridge" table between them that contains records with a
titleID and an authorID (TA_BRIDGE). Since a book may have several authors,
and each author may participate in several books this organization is
necessary.
How can I create a report that displays each title from TITLES followed by a
list of the authors associated with it?
list of the authors.
The titles are in a table (TITLES), the authors are in a table (AUTHORS),
and there is a "bridge" table between them that contains records with a
titleID and an authorID (TA_BRIDGE). Since a book may have several authors,
and each author may participate in several books this organization is
necessary.
How can I create a report that displays each title from TITLES followed by a
list of the authors associated with it?