K
Kitty
I'm working on a report where the user wants the results
of certain calculations to appear in brackets to set them
off from the other numbers on the report.
The Format property is set to standard with 0 decimal
places for these fields.
The control source for one text box is:
=IIf(([Coetot$]>0),"[ " & (([CoeTOT$])/([CTOTALS])*100)
& " ]",0)
The brackets show. However, the result is not multiplied
by 100 and all decimal places appear. I've tried putting
parentheses outside the brackets and get the same
results. Without the brackets in the formula, I get the
whole number I want.
Thanks for any suggestions.
Kitty
of certain calculations to appear in brackets to set them
off from the other numbers on the report.
The Format property is set to standard with 0 decimal
places for these fields.
The control source for one text box is:
=IIf(([Coetot$]>0),"[ " & (([CoeTOT$])/([CTOTALS])*100)
& " ]",0)
The brackets show. However, the result is not multiplied
by 100 and all decimal places appear. I've tried putting
parentheses outside the brackets and get the same
results. Without the brackets in the formula, I get the
whole number I want.
Thanks for any suggestions.
Kitty