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

J

John Vinson

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top