L
Lost in Microbiology
Hi All,
I have a table with 4 fields. The PK is an auto-number, lastname, firstname
and JournalID.
A person's name can be entered multiple times (might not actually be the
same person, just the same name, i.e John Smith). The JournalID may have
between 1 and 13 names associated. I want to combine all authors into one
table based on the JournalID so I can search by an author name and find how
many JournalID's there are. I think I am looking to do an inner join, but am
having a problem conceptually. I am looking to Select lastname and firstname
where JournalID is the same, and put them into another table...correct? Any
guidance, or a link that explains the clearly would be greatly appreciated.
I have a table with 4 fields. The PK is an auto-number, lastname, firstname
and JournalID.
A person's name can be entered multiple times (might not actually be the
same person, just the same name, i.e John Smith). The JournalID may have
between 1 and 13 names associated. I want to combine all authors into one
table based on the JournalID so I can search by an author name and find how
many JournalID's there are. I think I am looking to do an inner join, but am
having a problem conceptually. I am looking to Select lastname and firstname
where JournalID is the same, and put them into another table...correct? Any
guidance, or a link that explains the clearly would be greatly appreciated.