I have a database which contains bibliographic data, including authors, organizations they're affiliated with, title of works, publications, etc.
The data entry form is set up with 4 separate author fields with 4 separate corresponding organization fields (e.g. author1, organization1, etc.).
I need to create queries that will:
1) show all authors and title of works associated with those authors, and
2) show all authors and organizations they belong to.
I'm not sure how to design the queries since I have my authors data in 4 separate fields. One organization may have many authors associated with it.
Any ideas? Am I missing something obvious?
Thanks.
The data entry form is set up with 4 separate author fields with 4 separate corresponding organization fields (e.g. author1, organization1, etc.).
I need to create queries that will:
1) show all authors and title of works associated with those authors, and
2) show all authors and organizations they belong to.
I'm not sure how to design the queries since I have my authors data in 4 separate fields. One organization may have many authors associated with it.
Any ideas? Am I missing something obvious?
Thanks.