C
coastal
In a query I have:
Rate: IIf([PPC Imp]=0,"NA",[PPCF])
Where the field [PPCF] is a caltulated field that out puts a percentage rate
and [PPC Imp] is the denominator of that calculation.
So if the denomiator is zero then result should be "NA" and if not then
result should be the percentage rate.
Problem is in the format of the output of the percentage. I am getting:
3.52148103430929E-02 instead of 3.52%.
In the properties of that filed, the format types are not avaialbe so I
typed in "##.##%" and still no go.
Please advise. Thanks!
Rate: IIf([PPC Imp]=0,"NA",[PPCF])
Where the field [PPCF] is a caltulated field that out puts a percentage rate
and [PPC Imp] is the denominator of that calculation.
So if the denomiator is zero then result should be "NA" and if not then
result should be the percentage rate.
Problem is in the format of the output of the percentage. I am getting:
3.52148103430929E-02 instead of 3.52%.
In the properties of that filed, the format types are not avaialbe so I
typed in "##.##%" and still no go.
Please advise. Thanks!