J
JMorrell
On a report, I have a bound control which displays numbers. If the value of
that bound control is zero, I don't want anything to print. If the value of
the bound control is greater than zero, I want to print that value.
I put an IIF() statement on that control but got an error that the control
has a reference to itself. My statement is:
=IIf([AUpdateVal]>0,[AUpdateVal],"")
My question is, how can I print a value greater than zero, or nothing at all?
tia,
that bound control is zero, I don't want anything to print. If the value of
the bound control is greater than zero, I want to print that value.
I put an IIF() statement on that control but got an error that the control
has a reference to itself. My statement is:
=IIf([AUpdateVal]>0,[AUpdateVal],"")
My question is, how can I print a value greater than zero, or nothing at all?
tia,