R
RedHeadedMonster via AccessMonster.com
Im trying to RoundUp Currency in a QUERY for a Bill of Materials. I've
searched thru previoius posts for rounding and none seemed to work for me.
So heres the situation:
If I have a Part that is .68 [PartCost] for a package of 50 [QtyPerBox]. If
the customer only needs 1 part, the price would be .68 / 50 which equals .
0014. Round function then sets the value at 0.00, I need a round function
that will round up to the nearest whole penny. So in this case it would
round to 0.01.
Another example. The part is $14.04 for a package of 50. so $14.04 / 50 = .
2808. Round function turns this to .28 and I need it to round to .29.
currently using the following formula: Round([PartCost]/[QtyPerBox],2)
Any help is GREATLY appreciated. Thanx!
RHM
searched thru previoius posts for rounding and none seemed to work for me.
So heres the situation:
If I have a Part that is .68 [PartCost] for a package of 50 [QtyPerBox]. If
the customer only needs 1 part, the price would be .68 / 50 which equals .
0014. Round function then sets the value at 0.00, I need a round function
that will round up to the nearest whole penny. So in this case it would
round to 0.01.
Another example. The part is $14.04 for a package of 50. so $14.04 / 50 = .
2808. Round function turns this to .28 and I need it to round to .29.
currently using the following formula: Round([PartCost]/[QtyPerBox],2)
Any help is GREATLY appreciated. Thanx!
RHM