Hi,
I'm trying to figure something out but it came to a point where I need some assistence because its getting hair pulling frustrating.
Say I have a table with ID's of people and a column with the hours they need to work on a specific day.
I want to make a query where I get the total working hours for every person in that table for a certain date.
The problem is that when a specific person in the table has no hours for a certain day he doesn't show up in the query if I choose that day.., is there a way to make sure that I get everybody's names for every day even if they don't have any hours on that day, but instead of not showing it would show a "0" instead?
thanks!