how do i turn off the rounding feature in a currency field

  • Thread starter Thread starter Guest
  • Start date Start date
how do i turn off the rounding feature in a currency field

By using a Currency datatype rather than a Number datatype. The
default Number datatype is Long Integer, which by definition has no
decimal places. The Format property is irrelevant to this - use the
datatype next to the fieldname in the table design window, *not* the
format down below.

John W. Vinson[MVP]
 
Back
Top