I have a table with 2 attributes: Position# and Course#. Currently there are 42 positions (1-42). I need a query to show the course# if that course # appears for all the positions (1-42).
You can create a group by query (Sigma symbol on query design toolbar). Group by position, Group by course, count course and display only those records where the count = 42. Maq B-)
<insert witty signature here>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.