Troubleshoot general number fields

T

Teri

My data field is set to general number which should display the data as it is
entered into the field. However, all of my decimals are rounding to whole
numbers. The data includes both decimals and whole numbers so I can't format
the feild to be decimals only. Any help is much appreciated.
 
N

Nikos Yannacopoulos

Teri,

General number is a format, not a data type. Check the field size
property; it should be single or double, if you want it to hold
decimals. If it's integer or long integer it won't.

HTH,
Nikos
 
J

Jeff Boyce

Teri

The format (display) of a field and the data type (inherent underlying data)
are not the same properties. If you have a "number"-type field that only
displays whole numbers (?integers), there's a very good chance that the
field is defined as an integer data type. If you only need 2-4 decimal
places, may I recommend a "currency" data type?
 

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