A
Abby B via AccessMonster.com
Hi,
I have a number field and an expression in my query to manipulate this number
field by negating the value. The problem is that the expression I created
make the value as text. I tried the format but it only changes the look but
the numbers are still aligned at the left and cannot sort or use it in
another formula.
Here is the Expression:
RX: IIf([Convergence]![Doc_type]="RX",FormatNumber([Amount]*-1),FormatNumber
(0))
Any thoughts,
thanks a lot.
I have a number field and an expression in my query to manipulate this number
field by negating the value. The problem is that the expression I created
make the value as text. I tried the format but it only changes the look but
the numbers are still aligned at the left and cannot sort or use it in
another formula.
Here is the Expression:
RX: IIf([Convergence]![Doc_type]="RX",FormatNumber([Amount]*-1),FormatNumber
(0))
Any thoughts,
thanks a lot.