ramnewbietoaccess
Programmer
I have a select query based on one table and one query. The table tells me what products have been forcasted for the month of January and the query tells me what of those forecasted products have actually been ordered. I would like to see the entire list of the products, the number forecasted, and the number ordered with null values in the places where they have not yet ordered their forecast.
When I run the query, however, it does not retrieve accurate data. I am missing some items. I have tried all three types of joins out of frustration and none of them work.
Any suggestions? Is there something with sql that I could do?
Thank you in advance
When I run the query, however, it does not retrieve accurate data. I am missing some items. I have tried all three types of joins out of frustration and none of them work.
Any suggestions? Is there something with sql that I could do?
Thank you in advance