A
Anna
I have two tables; one containing all the sales people of
the company, the other containing order data which
includes the appropriate sales person per order. If there
is no order data for sales person x, I want the query to
still show their name along with a $0 sales amount. I
tried using the join properties where it says to include
all records from the sale person table and only matching
records from the order table, but that didn't work. Any
ideas?
the company, the other containing order data which
includes the appropriate sales person per order. If there
is no order data for sales person x, I want the query to
still show their name along with a $0 sales amount. I
tried using the join properties where it says to include
all records from the sale person table and only matching
records from the order table, but that didn't work. Any
ideas?