D
dhstein
I have 3 fields in a table - cost, freight cost and total cost (cost +
freight) - I know I should leave off the total cost and just calculate it -
but I didn't. All 3 fields are defined as currency. On the form that the
user sees they are all formatted as currency. Some items are off by a penny
however, so that if the cost is $2.01 and the freight is $.05 the total
might show as $2.05 instead of $2.06. Is there a rounding or truncation or
some function I could use to store this total value as the correct amount?
Thanks for any help on this.
freight) - I know I should leave off the total cost and just calculate it -
but I didn't. All 3 fields are defined as currency. On the form that the
user sees they are all formatted as currency. Some items are off by a penny
however, so that if the cost is $2.01 and the freight is $.05 the total
might show as $2.05 instead of $2.06. Is there a rounding or truncation or
some function I could use to store this total value as the correct amount?
Thanks for any help on this.