G
Guest
I have a line on a report which includes a concatenated field ie ="the cost
for you will be " & [charge] & " plus tax"
The [charge] field is a somewhat complicated iif statement which I have
calculated in another, non visible, control on the form (although I don't
think this is actually relevant to my question) - however if the [charge] is
something like 66.666789685 how do I get it to display sensibly eg to 2dp in
my concatenated field?
Many thanks
for you will be " & [charge] & " plus tax"
The [charge] field is a somewhat complicated iif statement which I have
calculated in another, non visible, control on the form (although I don't
think this is actually relevant to my question) - however if the [charge] is
something like 66.666789685 how do I get it to display sensibly eg to 2dp in
my concatenated field?
Many thanks