I am a beginner to Access and learning more and more as I try. I have a query which gives me a count of Products but I need it to display a zero when there is no data giving me no rows. The query I have set up goes something like this.
Name--------------Product--------Brand--------Due In-------On Hand
Group by ----------Count -------Where --------Where-------Where
The count I receive from this query is then added to another query but when there is no data here the other query will not run either.
Name--------------Product--------Brand--------Due In-------On Hand
Group by ----------Count -------Where --------Where-------Where
The count I receive from this query is then added to another query but when there is no data here the other query will not run either.
Last edited: