G
Guest
I think this is an easy problem, but I just cann't get it right.
I have a report, one of the fields is called Consideration (data
type=currency, no default values, input masks, etc.)
If there is nothing in the field, I want it to show $0.00. If there is a
value, I want it to print that value.
So I tried this: =IIf(IsNull([Consideration]), "$0.00", [Consideration])
But all it prints is '#error'.
Your help is appreciated.
I have a report, one of the fields is called Consideration (data
type=currency, no default values, input masks, etc.)
If there is nothing in the field, I want it to show $0.00. If there is a
value, I want it to print that value.
So I tried this: =IIf(IsNull([Consideration]), "$0.00", [Consideration])
But all it prints is '#error'.
Your help is appreciated.