Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query if record appears for all (PLEASE HELP

Status
Not open for further replies.

rnc110

MIS
May 31, 2001
16
US
Hi,

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).


Thank you in advance
 
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top