decimal places

M

McDonald

I have a field set up in my table that is set as number and long integer for
format, under decimal places I have 2. My problem is that it always rounds
the numbers. Say I put in 2.2 it changes it to 2 how can I stop it from
doing this?
 
D

Duane Hookom

Long Integer is a data type that only stores whole numbers. You would need
to use Single, Double, Currency, or Decimal data types to store fractional
values.
 

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