Please HELP...
I have a query within Access 2002 that draws on 4 sums from 4 other queries. The 4 queries are essentially filters for 4 linked tables.
I am trying to create a total of these sums and am using this expression:
Total: Sum((Queryaccomsum!SumOfAmount)+(Queryothersum!SumOfAmount)+(Querypetrolsum!SumOfAmount)+(Querytravelsum!SumOfAmount))
PROBLEM: this expression works fine if there is a record in all 4 of the queries but if any one of them does not then the expression simply does not calculate. Is there any way I can get this field to calculate even if some of the queries are empty?
THANKS
I have a query within Access 2002 that draws on 4 sums from 4 other queries. The 4 queries are essentially filters for 4 linked tables.
I am trying to create a total of these sums and am using this expression:
Total: Sum((Queryaccomsum!SumOfAmount)+(Queryothersum!SumOfAmount)+(Querypetrolsum!SumOfAmount)+(Querytravelsum!SumOfAmount))
PROBLEM: this expression works fine if there is a record in all 4 of the queries but if any one of them does not then the expression simply does not calculate. Is there any way I can get this field to calculate even if some of the queries are empty?
THANKS