I'm new to this site and access so please forgive me (and correct me) if I don't use the right terminology.
I have am currently using my employer's Access Database to try and run some sales queries to make my job easier.
I need to create a query or tool to find any records for products that are new to the database (within the last 90 days), and how much they have sold / or not sold during that 90 day period.
I've managed to create a query that shows me all items that have sold more than 0 units but I can't find any records that have not sold, as there is no sales record for me to search in my query.
Therefore I think that I have to do the following (but don't actually know how to do it in Access):
- Find all new products made in the last 90 days (NewProds)
- Find all NewProds that have sold in the last 90 days (Sellers)
- Remove all Sellers from NewProds to show me all items that haven't sold (NonSellers)
Can anyone help?