S
Sharon
I have a table of patents with the primary key of PatentMasterID. I have a
table with Inventors with the primary key as PatentInventorID. I have
created a link table using both of these fields as primary keys.
The PatentMaster table is joined to the link table by the field Patent
MasterID to include only rows where the joined field from both tables are
equal and the PatentInventor table is joined to the link table using the
PatentInventorID field with the join to include al records from the
PatentMaster table and only those from the link table where the joined fields
are equal.
In the query window, I have created another table that is PatentInventor1,
PatentInventor2, PatentInventor3, etc. I have identified the inventors as
Inventor1:InventorName from the PatentInventor table, Inventor2:InventorName
from the PatentInventor1 table and Inventor3:InventorName from the
PatentInventor2 table.
However, when I run the query, it shows two entries for PatentMasterID: one
with the first inventor (unfortunately in both fields: Inventor1 and
Inventor2) and the second with the second inventor in both fields. What am I
doing wrong?
Any help is appreciated.
table with Inventors with the primary key as PatentInventorID. I have
created a link table using both of these fields as primary keys.
The PatentMaster table is joined to the link table by the field Patent
MasterID to include only rows where the joined field from both tables are
equal and the PatentInventor table is joined to the link table using the
PatentInventorID field with the join to include al records from the
PatentMaster table and only those from the link table where the joined fields
are equal.
In the query window, I have created another table that is PatentInventor1,
PatentInventor2, PatentInventor3, etc. I have identified the inventors as
Inventor1:InventorName from the PatentInventor table, Inventor2:InventorName
from the PatentInventor1 table and Inventor3:InventorName from the
PatentInventor2 table.
However, when I run the query, it shows two entries for PatentMasterID: one
with the first inventor (unfortunately in both fields: Inventor1 and
Inventor2) and the second with the second inventor in both fields. What am I
doing wrong?
Any help is appreciated.