N
Novice2000
There is a sub-report in my main report that displays premium amounts. These
pulled from a table. On the main report is a SUM of the premium, which
defaults to $100.
=IIf(Sum([GPROJ_PREM])<100,100,Sum([GPROJ_PREM]))
I have noticed that some of the sums are wrong. For instance $830 plus $26 =
$855. The original amounts carried out are 829.5041 and 25.6900.
How can I get the correct SUM?
pulled from a table. On the main report is a SUM of the premium, which
defaults to $100.
=IIf(Sum([GPROJ_PREM])<100,100,Sum([GPROJ_PREM]))
I have noticed that some of the sums are wrong. For instance $830 plus $26 =
$855. The original amounts carried out are 829.5041 and 25.6900.
How can I get the correct SUM?