I have two queries:
Query 1- shows all customers that have and do not have any orders in the system.
Query 2-All product data that have or have not been assigned to an order.
They both have the same fields. But not every product is assigned to an order and not every customers places an order. That is the reason why I ask about the join.
I need to create reports that show the sales orders for both products and customers. Ranging from total sales to customer sales.
Would it be more efficient to use a Union query to join both queries and then create the parameter queries from this main query?
Or should I base my reports by product and by customer separately.
Query 1- shows all customers that have and do not have any orders in the system.
Query 2-All product data that have or have not been assigned to an order.
They both have the same fields. But not every product is assigned to an order and not every customers places an order. That is the reason why I ask about the join.
I need to create reports that show the sales orders for both products and customers. Ranging from total sales to customer sales.
Would it be more efficient to use a Union query to join both queries and then create the parameter queries from this main query?
Or should I base my reports by product and by customer separately.