C
chrissy2391
I have the following calculated field in my query:
Total Paper: nz([legal 8 1/2 x 14 cost])+nz([ledger 11 x 17 cost])+nz([color
copies total])+nz([colored slip sheets cost])+nz([total paper cost])+nz([misc
paper total])+nz([thermal cost])+nz([spiral cost])+nz([booklets cost])
In some records I am getting, for example, $26.80 when the total should be
$2.68. Seems like a simple rounding issue and I've dealt with this before
but the solution is escaping me this time. Thank you for any help.
Total Paper: nz([legal 8 1/2 x 14 cost])+nz([ledger 11 x 17 cost])+nz([color
copies total])+nz([colored slip sheets cost])+nz([total paper cost])+nz([misc
paper total])+nz([thermal cost])+nz([spiral cost])+nz([booklets cost])
In some records I am getting, for example, $26.80 when the total should be
$2.68. Seems like a simple rounding issue and I've dealt with this before
but the solution is escaping me this time. Thank you for any help.