G
Guest
I have an unbound control on a report with the following as the control source
=([fsum]+[wsum]+[osum]
when fsum > 0 AND wsum > AND osum > 0 the =sum() returns a value.
If fsum OR wsum OR osum = 0, =sum() returns nothing.
To me, that doesn't make sense. How can I get the =sum() to give me a value of the 3 values, regardless of their value
tia
JMorrell
=([fsum]+[wsum]+[osum]
when fsum > 0 AND wsum > AND osum > 0 the =sum() returns a value.
If fsum OR wsum OR osum = 0, =sum() returns nothing.
To me, that doesn't make sense. How can I get the =sum() to give me a value of the 3 values, regardless of their value
tia
JMorrell