L
Lost in Microbiology
I think I am ready to bang my head through my computer. Mostly because I over
analyze, and there is probably a simple solution.
I have a publication database I created. I have 2 tables. The contacts table
has four fields: Author ID (auto-number - pk), author_lastname,
author_firstname, and PublicationID (number)
The second table is my publication table with 15 fields, where PublicationID
is PK and is set to auto-number each entry. The rest of the fields are
journal, year, abstract, conclusion, supportive, etc.
When I run a Query to select the author, I am fine. However when I run a
query to select by Title, I get the same title repeated for each author, so
my table of 300 articles, looks like 3000 because each author is pulled. Is
there a way to write the query so it pulls each title and creates a separate
table to put the authors in one field?
Sorry if itisn't too clear, it's late and I am frustrated. Thanks for any
suggestions.
analyze, and there is probably a simple solution.
I have a publication database I created. I have 2 tables. The contacts table
has four fields: Author ID (auto-number - pk), author_lastname,
author_firstname, and PublicationID (number)
The second table is my publication table with 15 fields, where PublicationID
is PK and is set to auto-number each entry. The rest of the fields are
journal, year, abstract, conclusion, supportive, etc.
When I run a Query to select the author, I am fine. However when I run a
query to select by Title, I get the same title repeated for each author, so
my table of 300 articles, looks like 3000 because each author is pulled. Is
there a way to write the query so it pulls each title and creates a separate
table to put the authors in one field?
Sorry if itisn't too clear, it's late and I am frustrated. Thanks for any
suggestions.