OK...I hope I explain this clearly.
I've built 4 queries to calculate different criteria. I need a 5th query to sum each up each of the sums on the prior 4 queries. The problem I'm having is if 1 of the 4 queries doesn't return a total (because there was no data) and the others do then the 5th query doesn't calculate any of the totals. I've tried different joins to get it to calculate but can't seem to get it to work. Is there a simple fix to this?
I'm not using SQL for this (cause I'm not that comfortable with it). Just building as a Query in Access.
I've built 4 queries to calculate different criteria. I need a 5th query to sum each up each of the sums on the prior 4 queries. The problem I'm having is if 1 of the 4 queries doesn't return a total (because there was no data) and the others do then the 5th query doesn't calculate any of the totals. I've tried different joins to get it to calculate but can't seem to get it to work. Is there a simple fix to this?
I'm not using SQL for this (cause I'm not that comfortable with it). Just building as a Query in Access.