kivirtan
07-21-2000, 04:37 AM
My database doesn´t change the amount of decimals in the form even if I change it in the properties window for the text box. How does this come? I have it set to "number".
Thanks http://www.access-programmers.co.uk/ubb/smile.gif
Kim
Atomic Shrimp
07-21-2000, 04:53 AM
have you also set the format to 'Fixed'?
Mike
You should set the format in the table to the number of decimals that you desire (make sure that the number is a double or single, which is a real number (decimal)). Even if your form is set to a decimal format, if you have the field set as an integer, it will be saved as an integer (with rounding).
If you do that and still have problems, check the regional settings on the computer and make sure that the number format is set right.