Why doesn,t this work?????
If I exclude the "IF" portion the formatting works ok.
I want "negative numbers" to be enclosed by ().
This works (no error) but I still get a intintial "-" in front of the number.
=IIf(Round([tot_ugl],0)=0,"-",(Round(FormatNumber([tot_ugl],-1,-1,-1,-1),0)))
If I exclude the "IF" portion the formatting works ok.
I want "negative numbers" to be enclosed by ().
This works (no error) but I still get a intintial "-" in front of the number.
=IIf(Round([tot_ugl],0)=0,"-",(Round(FormatNumber([tot_ugl],-1,-1,-1,-1),0)))