I have started re-writing an Access program we have. The table now has several checkboxes in it. I need to write code to look at each checkbox and filter out records that have one to several fields that are either checked yes or no depending on information required. There is also a requirement to count these records. Which would be better to use several queries or recordsets to process this data. Once I have this data would it be best to toss the information (i.e. numerous reuired totals, specific records that contain unique info(3 or 4 seperate fields)depending on checkboxes) into a temp table so I could call it up for a monthly report or move it directly to a report. If a temp table is suggested how would I transfer this data to a temp table. Any suggestions or ideas would greatly appreciated.