G
Guest
I have an Access report linked to a Query Cross Tab.
There are 4 Columns.
SumOfDI = 10
SumOfDO = 2
SumOfAI = 3
SumOfAO = null
I'm trying to add these values in the report
=[SumOfDI]+[SumOfDO]+[SumOfAI]+[SumOfAO].
This returns a Null value.
However if I add =[SumOfDI]+[SumOfDO]+[SumOfAI] I get a value displayed.
The Null value is causing a problem is thus sum.
AI , AO , DI & DO all are defined as "Number" with a "0" default value.
Any ideas?
There are 4 Columns.
SumOfDI = 10
SumOfDO = 2
SumOfAI = 3
SumOfAO = null
I'm trying to add these values in the report
=[SumOfDI]+[SumOfDO]+[SumOfAI]+[SumOfAO].
This returns a Null value.
However if I add =[SumOfDI]+[SumOfDO]+[SumOfAI] I get a value displayed.
The Null value is causing a problem is thus sum.
AI , AO , DI & DO all are defined as "Number" with a "0" default value.
Any ideas?