That title is probably incredibly confusing, so allow me to elaborate here. I am doing a project that involves Microsoft Access. I have to record information about Television shows. I am making a query that requires me to show 6 different genres, the number of shows that fall into those genres and the total number of viewers. Everything is going fine except for the fact that I am required to show all 6 queries, even if they have no shows. When I run the query I only get 4 genres back, because 2 of them have no shows. How can I run the query so that the 2 genres with no shows in the database show up?
Below is the query instructions...
"Create a query that lists each genre name, the number of shows within that genre, and the total number of viewers for that genre. Your results must include all genres, even if they have no shows. Sort by the total number of viewers in descending order."