I have a table with peoples information and a yes/no check box for volunteer, and then a table for items with a person id. The 2 tables are linked under person id. person table has person id as primary key and items has person id as a field in the table. I am creating a report that will pull information on the 2 tables. I can create a query to pull info based on the check box. Problem I am havinng is getting the report to generate one report for each person id. My question is how can this be done, or is there code you can enter in the events that will only pull records based on check box. I am using Access 2007.. TIA for any ideas or help.