Inventory Query

G

Guest

I'm writing a query to calculate inventory by comparing my Product table with
my Sales Orders table. My results only show items with sales activity, but I
want to also see the product names with no sales activity, and their current
quantity.
 
G

Guest

Use a left join Product table with Sales Orders table. In design view drag
their common field from Product table to Sales Orders table field, double
click the connecting line and select all records of Product table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top