I have a table with about 40-45 fields. Each field represents a piece of equipment that may or may not be checked out to a particular employee. Each of the fileds is a simple Yes/No checkbox. I have written 40-45 queries (one for each field) to add up the total number of boxes check under each field (this tells me how many of a certain piece of equipment is checked out). I would like to write a report that shows the "CountOfxxxx" fields from all of the queries. The problem is that the report wizard will not accept information from more than one query, even though they are querying the same table. Anyone have any ideas or work-arounds. I am looking for something that require no manual entry of SQL. I need a straight GUI way if at all possible.