Hi
I have a query that has amounts in two columns. What I am trying to do is add a 3rd column which shows the total. However, the function only works if BOTH of the columns have a value. If only one column has a value the total column returns a null......
I am using
Total: [SumTC]![SumOfAmount]+[SumChAgreed]![SumOfAmount]
built using the Function Wizard in Access to add the two columns where SUMTC and SumChAgreed are 2 copies of a query which have different filters on the same table to get the values and SumOfAmount in both is the total sum for each element within the tables.
I have a query that has amounts in two columns. What I am trying to do is add a 3rd column which shows the total. However, the function only works if BOTH of the columns have a value. If only one column has a value the total column returns a null......
I am using
Total: [SumTC]![SumOfAmount]+[SumChAgreed]![SumOfAmount]
built using the Function Wizard in Access to add the two columns where SUMTC and SumChAgreed are 2 copies of a query which have different filters on the same table to get the values and SumOfAmount in both is the total sum for each element within the tables.