I have 3 queries that show expenses on various projects/funds. I would like to combine the results and show various expenses on each project/fund etc.
But when I try to combine these 3 queries, the data gets repeated multiple times and the result becomes huge.
Query 1: qryAPDetail has 92 records
Query 2: qryPayDetail has 77 records
Query 3: qryAllocDetail has 26 records
How do I combine these queries to get a combined result without a single data bering repeated?
Thanks.
But when I try to combine these 3 queries, the data gets repeated multiple times and the result becomes huge.
Query 1: qryAPDetail has 92 records
Query 2: qryPayDetail has 77 records
Query 3: qryAllocDetail has 26 records
How do I combine these queries to get a combined result without a single data bering repeated?
Thanks.
Comment