S
Scott
I have two queries and I need to combine all the data in one query with all
the data in the other query. Query 1 is qrySalesPreviousPeriod. Query 2 is
qrySalesCurrentPeriod. The queries are joined by CustomerCode. The query
joined by CustomerCode only returns data for those customers that have data
in both queries. It does not return data if the customer exists in only one
period or the other. How do I get the query to include all customer in both
periods and show the data as null in the period in which there is no data?
Thanks,
Scott
the data in the other query. Query 1 is qrySalesPreviousPeriod. Query 2 is
qrySalesCurrentPeriod. The queries are joined by CustomerCode. The query
joined by CustomerCode only returns data for those customers that have data
in both queries. It does not return data if the customer exists in only one
period or the other. How do I get the query to include all customer in both
periods and show the data as null in the period in which there is no data?
Thanks,
Scott