K
karen scheu via AccessMonster.com
I have a select query with totals as folllows: group on order number and sum
three fields. See below for detail rows.
order quantity qtyship EXTPRICE
12345 -1 -1 -312.4
12345 -1 -1 -384
12345 -1 -1 -528
12345 1 1 312.4
12345 1 1 384
12345 1 1 528
My problem is that when I group by order and sum on the three fields above,
the extprice field comes back as .13686837721616E-13. Does anyone know what
is going on? The sum should net out to 0.
Thanks,
Karen
three fields. See below for detail rows.
order quantity qtyship EXTPRICE
12345 -1 -1 -312.4
12345 -1 -1 -384
12345 -1 -1 -528
12345 1 1 312.4
12345 1 1 384
12345 1 1 528
My problem is that when I group by order and sum on the three fields above,
the extprice field comes back as .13686837721616E-13. Does anyone know what
is going on? The sum should net out to 0.
Thanks,
Karen