I have done this type of thing programmaticall y but never via a query.
I need to pull records from Table 1.
Table 1 has columns A,B,C,D
I need all the records that match A and then all the records that match the values of B, C, and D that were returned from the records that matched A.
Does this require a temp table and does Access allow? What is the syntax?
This seems like a simple "advanced" query but I cannot seem to find the combination.
I need to pull records from Table 1.
Table 1 has columns A,B,C,D
I need all the records that match A and then all the records that match the values of B, C, and D that were returned from the records that matched A.
Does this require a temp table and does Access allow? What is the syntax?
This seems like a simple "advanced" query but I cannot seem to find the combination.
Comment