F
fletcher
In Access 2003, but not earlier editions, multiplication of a currency
field overrides the text box control's format property, so that 5.00 + 5.00
displays as 10.00 but 5.00 * 2 displays as 10.000000 - even if the currency
fomat is Fixed, 2 decimals. It appears to be a bug. Must I change the data
type to avoid the additional trailing zeros?
field overrides the text box control's format property, so that 5.00 + 5.00
displays as 10.00 but 5.00 * 2 displays as 10.000000 - even if the currency
fomat is Fixed, 2 decimals. It appears to be a bug. Must I change the data
type to avoid the additional trailing zeros?