I have the following field value for a query:
UKper: IIf([Five Year Premium Analysis Geographic Export]![Geographic Total]>0,[Five Year Premium Analysis Geographic Export]!UK/[Five Year Premium Analysis Geographic Export]![Geographic Total],"^")
I want the calculated value to be displayed as a percentage when it appears and for the ^ to be stored as text. Any suggestions on how to do this? Currently instead of a percentage the values display as a long decimal and the ^ shows up as it should.
UKper: IIf([Five Year Premium Analysis Geographic Export]![Geographic Total]>0,[Five Year Premium Analysis Geographic Export]!UK/[Five Year Premium Analysis Geographic Export]![Geographic Total],"^")
I want the calculated value to be displayed as a percentage when it appears and for the ^ to be stored as text. Any suggestions on how to do this? Currently instead of a percentage the values display as a long decimal and the ^ shows up as it should.