Hey yall, I'm running into this issue quite often so any advice is appreciated. There could be an easy solution, but I havn't found it yet.
I have two queries:
1) Query 1 contains the project ID, task ID, & budget.
2) Query 2 contains the project ID, task ID, & the total consumed hours.
I want to combine these two queries (soon to be Query 3) in order to determine the remaining hours per task ([budget] - [consumed hours]).
The issue:
1) If Query 2 does not contain a value for total consumed hours then Query 3 will not list all of the budgeted hours.
~I've attached a pdf showing what I want Query 3 to look like, as well as what Queries 1 & 2 look like.
MS Access Query Issue.pdf