I have a question about how to get a query to do the work instead of using VBA. The following I can get to work using multiple Recordset queries in VBA. I have a distinct list of numbers (query), like course number (101, 102, etc.). I have another query which pulls info from anther table (an approval table, certain users can accept or deny (Y or N) a new course. This table will have the course number (101, 102, etc) listed of course multiple times, each record enter depends on userid and course number. I want to take my first list of distinct numbers and compare them to my approvals list and pick out ONLY the courses where all users have replied Y to approve it. If there is any other char other than Y, I don't want that record. Can this be done with a query or set of queries? Thanks for you help! It is greatly appreciated!!!