R
Ruth Isaacs
Hello All
I want a textbox on my form to display the value of 'prop' (which is a
number field) ONLY if the value is <>1, and I want it to display in brackets
and formatted as a percent with no decimal places. The nearest I ca get is
to set the data source as
=IIf([prop]<>1,"(" & Format([prop],"Percent") & ")")
but this puts 2 decimal places on the value. Is it possible to avoid that?
Hope someone can help
Many thanks
Leslie Isaacs
I want a textbox on my form to display the value of 'prop' (which is a
number field) ONLY if the value is <>1, and I want it to display in brackets
and formatted as a percent with no decimal places. The nearest I ca get is
to set the data source as
=IIf([prop]<>1,"(" & Format([prop],"Percent") & ")")
but this puts 2 decimal places on the value. Is it possible to avoid that?
Hope someone can help
Many thanks
Leslie Isaacs