B
bymarce
I have two tables with a many to many relationship joined through a junction
table. The first table contains data from scientific experiments. The
primary key is DataID. The second table contains the conditions under which
the experiments were run and is called Conditions. I want to make a query
that will return records in the Data table that were run under the same
conditions. If experiments were run at a temperature = 100K and a pressure =
1ATM they would have two records in the conditions table. I can see how to
return all the conditions records that match either criteria. How do I get
it to return the DataID from the junction tables that match both criteria.
Marcie
table. The first table contains data from scientific experiments. The
primary key is DataID. The second table contains the conditions under which
the experiments were run and is called Conditions. I want to make a query
that will return records in the Data table that were run under the same
conditions. If experiments were run at a temperature = 100K and a pressure =
1ATM they would have two records in the conditions table. I can see how to
return all the conditions records that match either criteria. How do I get
it to return the DataID from the junction tables that match both criteria.
Marcie