Hi guys,
In our database we have a few fields with number as the data type. But the values entered range between 0.001 - 0.200 when we enter this in our database for example 0.080 access automatically trims the value to 0.
The field size we use is Double with decimal places as 4. I have also updated the database and changed the field size to decimal with 4 decimal places as well and we still get the same result.
Is there a way to overcome this and what happened to all the data that have been inserted that have now been changed to 0 ?
On other fields we have the Double field size, but then we have to enter data like 5,8 and access changes the value to 6. Is there a way to cancel the rounding of numbers in access ?