when enetering data into a field on a form it automatically rounds it up the number up to the nearest whole number. this is really frustrating, does anyone know how i can solve this problem?
I know this may seem like a stupid question, but have you defined the field type in the table as "Long Integer"? - This is the Access default.
As Integers (by definition) cannot hold decimal places, rounding up will always happen. If you find that the field is defined as "Long Integer" in the table, change it to either "Single" or "Double" and try again.