I have broken down a lot of data into three tables that I need to count by month. It took a lot of filtering in other queries to get these three tables. Each table represents a type of part, Inhouse, Outsource and New. How can I combine all of these tables into a chart that gives me the count of each by month and kind? Do I need to add a field in each table that identfies the part as one of these three and if so how do I do that? Or can I make a query that will combine these tables and give me a count of each by month and name of table? I am at a loss on this one. Thanks