I want to link my inventory master to my sales history to display sales by item (sku). The issue is, I want to return all items from the inventory master, even if they have no sales. (Not have a corresponding record in the sales history table).
Once I link the two tables, all items without sales are not in the record set. I've tried various joins, even switching which table is referenced first.
Again, if my inventory master has 100 item records, I want my final sales report (by item) to show all 100 items, even if some items have no records in the sales history.
How do I accomplish this?
Appreciate your input in advance.
Thanks,
Andrew
Once I link the two tables, all items without sales are not in the record set. I've tried various joins, even switching which table is referenced first.
Again, if my inventory master has 100 item records, I want my final sales report (by item) to show all 100 items, even if some items have no records in the sales history.
How do I accomplish this?
Appreciate your input in advance.
Thanks,
Andrew