Skip to content
Advertisement

Access SQL JOIN with subquery

Can someone tell me how I can convert this query to work in MS Access?


Background information:

I would like to count the foreign key occurrences for each Shooter in the table Contingent and Shots. The result should look like this:

Advertisement

Answer

I think this is what you want:

Note that I moved the outer join to the outer query. Actually, no joins are needed in the subqueries, so don’t bother.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement