English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If i input my data in the database form for example 4.8 units it changes automaticly to 5. where can i change this? i went thru every setting!!

2007-03-14 21:59:04 · 5 answers · asked by Daniel 2 in Computers & Internet Software

5 answers

Open your table. Change into Design view. Now you see the name of every column in a line, and beside it, the data type. The one beside your column will say "Number". Click into it. Below all lines, there is a list of the properties of your column. The first one will say something like "long integer". When you click on it, you'll see that it is a drop-down box. Change it to "Double", save your changes, close the table and open it in data view again. Now you can enter your data.

2007-03-14 22:09:17 · answer #1 · answered by Rumtscho 3 · 2 0

In the "Table Design", change the setting of the "Field(s)" to edit as follows:

Field Size = Double
Format =
Decimal Places = Auto
Input Mask =
Default Value =
Validation Rule =
Validation Text =
Required = No
Indexed = Yes (Duplicates OK)

Hope this solves your problem...

2007-03-15 05:28:30 · answer #2 · answered by spykes8 1 · 0 0

In Design view, make the Data Type "number", then on the General tab below set the decimals to whatever you want.

2007-03-15 05:09:54 · answer #3 · answered by champer 7 · 0 0

Change the column cells format to number with 2 decimal places

2007-03-15 05:06:32 · answer #4 · answered by Anonymous · 2 0

it seems like you have your data set to be an integer value rather than a decimal

2007-03-15 05:06:40 · answer #5 · answered by Shane 3 · 0 0

fedest.com, questions and answers