Using multiple queries to fill in the data for a report. Queries extract data from 1 table, they are based on dates. They give me the sum of people transported and the number of trips. I put all the tables into 1 query and added (query name)* to get all the fields available. There are no links between the queries, it should return 1 row of data with the sum and the count thats it. PROBLEM: Everything works fine if there is a record in each individual query, but 1 table doesn't have a record for this past month and I get no return on any of the queries. Anybody know of a way I can get the query to bring back a 0 for each of these fields? This way the data from the other queries would show up. I've searched around and can't find anything. My other problem is 1 of the other tables next month may not have a matching returned record.