R
Randy Holloman
Microsoft Access 2000 - Latest update applied.
I have a table with about 4 fields that are type Fixed - 4
decimal places, call them [Cost], [Units], [SqFt] and
[CostperSqFt].
When I update [CostperSqFt] to [Cost] / [SqFt], I get a
rounded integer answer with a decimal point and 4 zeroes.
For example, if [Cost] is 38900 and [SqFt] is 42000, the
answer should be 0.9261. The updated [CostperSqFt] field
contains 1.0000
If [Cost] is 38900 and [SqFt] is 97000, the answer should
0.4010. The updated [CostperSqFt] shows 0.0000
How do I get it to NOT round the number?
I have a table with about 4 fields that are type Fixed - 4
decimal places, call them [Cost], [Units], [SqFt] and
[CostperSqFt].
When I update [CostperSqFt] to [Cost] / [SqFt], I get a
rounded integer answer with a decimal point and 4 zeroes.
For example, if [Cost] is 38900 and [SqFt] is 42000, the
answer should be 0.9261. The updated [CostperSqFt] field
contains 1.0000
If [Cost] is 38900 and [SqFt] is 97000, the answer should
0.4010. The updated [CostperSqFt] shows 0.0000
How do I get it to NOT round the number?