Decimals in number fields automatically rounding

browninaz

Ugly Data Hoarder
Local time
Today, 04:52
Joined
Oct 26, 2012
Messages
88
Hello everyone,

I have created a sub form in a form that allows data entry for order details. I have a column that holds order amounts that automatically rounds up or down, and I don't want this. How do I fix this issue? I have examined the back end table properties for this particular field, and the number field is set to general. Is there something I am missing?

Thanks to all who know more than me...
 
What is the data type and field size of the field? My guess is the field size is Integer or Long Integer, neither of which can hold a decimal.
 
Thanks for the quick response Paul,
The field size is set to Long Integer. What should I set the field size to?
 
Never mind Paul,
I figured it out. Set to double.
 
That should work, as will single and currency.
 

Users who are viewing this thread

Back
Top Bottom