G
Guest
Let me describe my hang-up. In the first table (table 1), I have a unique
code (CONTROL #), each one (i.e. row) corresponding to a particular sampling
event. In table 2, I have the same set of CONTROL #s, but they are not unique
in this table since each row describes an individual organism caught in each
sample (i.e., CONTROL #s are often repeated). Unfortunately, I have a YEAR
variable in table 2 that I want attached to the unique control numbers in
table 1. When I query in design view, I link the two tables with the CONTROL
#. I then ask for CONTROL # from table 1 and YEAR from table 2, but the
query gives me all the CONTROL #s from table 2 (and its associated YEAR), not
the unique CONTROL #s (from table 1) I was hoping for. I've right clicked on
the link to change the join properties, but none of the options produce the
desired outcome. I think this is really a question of a 1 to many relational
database. I'd appreciate any ideas. Thanks.
code (CONTROL #), each one (i.e. row) corresponding to a particular sampling
event. In table 2, I have the same set of CONTROL #s, but they are not unique
in this table since each row describes an individual organism caught in each
sample (i.e., CONTROL #s are often repeated). Unfortunately, I have a YEAR
variable in table 2 that I want attached to the unique control numbers in
table 1. When I query in design view, I link the two tables with the CONTROL
#. I then ask for CONTROL # from table 1 and YEAR from table 2, but the
query gives me all the CONTROL #s from table 2 (and its associated YEAR), not
the unique CONTROL #s (from table 1) I was hoping for. I've right clicked on
the link to change the join properties, but none of the options produce the
desired outcome. I think this is really a question of a 1 to many relational
database. I'd appreciate any ideas. Thanks.