I'll try and put this a simple as possible - I know it can't be that hard.
I have 2 tables - chemicals purchased and chemicals used and two querys that give me the sum of each
the 3rd query is the (sum of chemical x purchased) - (sum of chemical x used) which gives me the sum of chemical x "on hand"
problem is if I don't have any usage for that chemical the query won't return a value.
I know Nz must play a part but all attemps have not worked.
I have 2 tables - chemicals purchased and chemicals used and two querys that give me the sum of each
the 3rd query is the (sum of chemical x purchased) - (sum of chemical x used) which gives me the sum of chemical x "on hand"
problem is if I don't have any usage for that chemical the query won't return a value.
I know Nz must play a part but all attemps have not worked.