G
Guest
I have a field declared currency decimal value 2 places.
I need the field to produce the following value so that I don't have 4
digits after the decimal:
Int([SumOfRentTax]*100+0.5)/100
I get #Error in the field when I try to run the report.
What is the proper syntax?
I have tried:
=Int([SumOfRentTax]*100+0.5)/100
and
=Int([SumOfRentTax]*100+0.5)/"100"
and
Int([SumOfRentTax]*100+0.5)/100
TIA,
Cindy
I need the field to produce the following value so that I don't have 4
digits after the decimal:
Int([SumOfRentTax]*100+0.5)/100
I get #Error in the field when I try to run the report.
What is the proper syntax?
I have tried:
=Int([SumOfRentTax]*100+0.5)/100
and
=Int([SumOfRentTax]*100+0.5)/"100"
and
Int([SumOfRentTax]*100+0.5)/100
TIA,
Cindy