C
Clint
I have a calculation on a field on a report and I have
the Decimal Places value set to 2. Of course, this
rounds the actual value up or down. What I want to do is
to cut the value of the calculation at the 2nd decimal
place without rounding.
The calculation is set as the Control Source. It is:
=([SumOfDifference]*DLookUp
("[InvoicePercentContribution]","tblInvoicePercentContribu
tion","[JackpotName] = '" & "Magic Jackpot" & "'"))
Is there any way to do this? I've been asked to do this,
even though rounding seems like the right way to go. The
owners of my DB want the values to match another report
that has the same source data.
Thanks,
Clint
the Decimal Places value set to 2. Of course, this
rounds the actual value up or down. What I want to do is
to cut the value of the calculation at the 2nd decimal
place without rounding.
The calculation is set as the Control Source. It is:
=([SumOfDifference]*DLookUp
("[InvoicePercentContribution]","tblInvoicePercentContribu
tion","[JackpotName] = '" & "Magic Jackpot" & "'"))
Is there any way to do this? I've been asked to do this,
even though rounding seems like the right way to go. The
owners of my DB want the values to match another report
that has the same source data.
Thanks,
Clint