Access Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone please confirm the Field property in a table for fixing the
STORED value of a curreny value to 2 decimal places.

Many thanks

Simon
 
There is no property that controls the number of decimal digits STORED for
the Currency data type. The DecimalPlaces property defines what is
DISPLAYED. Try using the Decimal data type. I think it may allow you to
define the digits stored.
 

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

Back
Top