P
PaulAlex7000
I have this Access database comprised of books.
Authors and Titles tables, with an author/title linking table in
between. All good.
As it currently stands, the authors of the books are the actual
writers -- or ghost -- of the books.
I am thinking of adding a House Author field.
For example, one of those Tom Clancy Net Force books. The author name
would be Steve Perry, but the House Author Name would be Tom Clancy.
How would you set up a linking table for this?
Would you set up a linking table between Actual_Authors and
HouseName_Authors? Because:
1) A House Name -- Tom Clancy -- can have many ghost writers, and
2) Many ghost writers can write under the Tom Clancy name.
Or would you actually want to set up a linking table between the Title
and Actual_Authors? Because:
1) A House Name can write many different series (e.g., Net Force,
Covert Ops, Power Plays). Series is a field in my Titles database, and
2) A Series could theoretically change its House Name. (Only done once
that I know of.)
So the Titles table would point to two linking tables -- Authors, as
well as with Actual_Authors.
How would you plan this?
Authors and Titles tables, with an author/title linking table in
between. All good.
As it currently stands, the authors of the books are the actual
writers -- or ghost -- of the books.
I am thinking of adding a House Author field.
For example, one of those Tom Clancy Net Force books. The author name
would be Steve Perry, but the House Author Name would be Tom Clancy.
How would you set up a linking table for this?
Would you set up a linking table between Actual_Authors and
HouseName_Authors? Because:
1) A House Name -- Tom Clancy -- can have many ghost writers, and
2) Many ghost writers can write under the Tom Clancy name.
Or would you actually want to set up a linking table between the Title
and Actual_Authors? Because:
1) A House Name can write many different series (e.g., Net Force,
Covert Ops, Power Plays). Series is a field in my Titles database, and
2) A Series could theoretically change its House Name. (Only done once
that I know of.)
So the Titles table would point to two linking tables -- Authors, as
well as with Actual_Authors.
How would you plan this?