I currently have 3 queries (1 make table, 2 append) that filter out utilization from a master table. The first query searches for the mail network and makes a new table, the other two queries append to the new table segregating two other networks. The queries simply categorize data by network and sum sales, margin, etc... However, is there a way if one of the networks has no utilization to still create a make table or append with a zero value? I did not see anything in the query settings?