D
Denver
Hello everyone,
I have this syntax in this control source
= IIf(Abs(Sum([ApprovedRL]))=(Sum([Update])),"Complete", Abs(Sum([Update])))
I want no figures to appear in the report when it is not equal to
(Sum([Update]),
would it be possible?
what syntax do I need to add to make it possible?
thanks
I have this syntax in this control source
= IIf(Abs(Sum([ApprovedRL]))=(Sum([Update])),"Complete", Abs(Sum([Update])))
I want no figures to appear in the report when it is not equal to
(Sum([Update]),
would it be possible?
what syntax do I need to add to make it possible?
thanks