L
Lost in Microbiology
Hello All,
I am a total newbie, and have been tinkering with a publication database of
journal articles related to my work. I had created a table with title,
journal, year, links, and what it references (gram negative, gram positive,
etc.). I created a separate table for the authors, and made it a subform as a
single article can have multiple authos.
I created a query so I can search by author, or by title. My problem comes
when I search by title, as each title is repeated for every author. So a
single paper may be repeated 10 times (once for each author). I have the
tables linked by an auto-number called Publication ID, so each title has a
matching number to all authors attached to that article. (for example:
Publication Table, PubID 1 = "S.aureus in the MICU." In the Author Table,
PubID 1 = Johns, D.; PubID 1 = Smith, J.; PubID 1 = Harris, M).
Any thought on a query that would allow me to see the authors, title and
journal in one row? I think I am making it more complex than it needs to be.
I thought of creating a new table where PubID = each author, then linking
that table to the Publication table where the title and journal info are, but
just couldn't get it to work. I think I am missing one or two crucial steps.
Thanks for any help to give me that "click" moment.
I am a total newbie, and have been tinkering with a publication database of
journal articles related to my work. I had created a table with title,
journal, year, links, and what it references (gram negative, gram positive,
etc.). I created a separate table for the authors, and made it a subform as a
single article can have multiple authos.
I created a query so I can search by author, or by title. My problem comes
when I search by title, as each title is repeated for every author. So a
single paper may be repeated 10 times (once for each author). I have the
tables linked by an auto-number called Publication ID, so each title has a
matching number to all authors attached to that article. (for example:
Publication Table, PubID 1 = "S.aureus in the MICU." In the Author Table,
PubID 1 = Johns, D.; PubID 1 = Smith, J.; PubID 1 = Harris, M).
Any thought on a query that would allow me to see the authors, title and
journal in one row? I think I am making it more complex than it needs to be.
I thought of creating a new table where PubID = each author, then linking
that table to the Publication table where the title and journal info are, but
just couldn't get it to work. I think I am missing one or two crucial steps.
Thanks for any help to give me that "click" moment.