I'm not sure how to do this, and I can't seem to figure it out by reading instructions or the help guides in Access 2007, so any help is GREATLY appreciated. I'm sure it's obvious once you know how to do it.
In one table, I have ID#s (in column 1) that are labeled as Case or Control (in column 2). In a second table, I have orders that are associated with each unique ID from table 1.
What I want to do is make a query that will return all the orders associated with IDs that are cases, or all the orders that are associated with controls.
So, say I have a 142 IDs that are cases, but like 4000 orders that are associated with those IDs. How do I make a query to pull just those order from Table 2 and all their associated columns?
Thank you in advance!
In one table, I have ID#s (in column 1) that are labeled as Case or Control (in column 2). In a second table, I have orders that are associated with each unique ID from table 1.
What I want to do is make a query that will return all the orders associated with IDs that are cases, or all the orders that are associated with controls.
So, say I have a 142 IDs that are cases, but like 4000 orders that are associated with those IDs. How do I make a query to pull just those order from Table 2 and all their associated columns?