T
T Payne
I am an academic, not a programmer. I have recently taken on the job of
review editor for an academic journal. I need Access in order to keep track
of:
1. Books available for review
2. Reviewers willing to review books
3. Which reviewer has been assigned which book(s) and when their review is
due.
In the "Books available for review" table, there is an "Author" field. These
Authors may have written more than one Book. Therefore I want to have an
"Authors" table that is linked to the Authors field in the "Books available
for review" table, right?
The thing is, some of the Authors are also potential "Reviewers." Therefore
my "Authors" and "Reviewers" could be the same table.
But this seems to create a circular set of relationships, and my mind at
this point, can't conceive of how to organize it (I'm new at Access, by the
way).
Call the main table "AuthorsReviewers." Any given "AuthorReviewer" may have
written several "Books." He/she may also be reviewing several "Books."
Furthermore, each "Book" has an "AuthorReviewer" that wrote it, and possibly
another "AuthorReviewer" that is reviewing it.
All the samples I've looked at have only one-way dependencies, e.g.,
suppliers have several products. But what I am looking at is two-way
dependencies -- as though suppliers could have several products and products
could have several suppliers!
So each AuthorReviewer can be associated with several Books, and each Book
can be associated with more than one AuthorReviewer.
Any suggestions on how to make this work?
Thanks for any help.
review editor for an academic journal. I need Access in order to keep track
of:
1. Books available for review
2. Reviewers willing to review books
3. Which reviewer has been assigned which book(s) and when their review is
due.
In the "Books available for review" table, there is an "Author" field. These
Authors may have written more than one Book. Therefore I want to have an
"Authors" table that is linked to the Authors field in the "Books available
for review" table, right?
The thing is, some of the Authors are also potential "Reviewers." Therefore
my "Authors" and "Reviewers" could be the same table.
But this seems to create a circular set of relationships, and my mind at
this point, can't conceive of how to organize it (I'm new at Access, by the
way).
Call the main table "AuthorsReviewers." Any given "AuthorReviewer" may have
written several "Books." He/she may also be reviewing several "Books."
Furthermore, each "Book" has an "AuthorReviewer" that wrote it, and possibly
another "AuthorReviewer" that is reviewing it.
All the samples I've looked at have only one-way dependencies, e.g.,
suppliers have several products. But what I am looking at is two-way
dependencies -- as though suppliers could have several products and products
could have several suppliers!
So each AuthorReviewer can be associated with several Books, and each Book
can be associated with more than one AuthorReviewer.
Any suggestions on how to make this work?
Thanks for any help.