In my table, a "Units" field may be 5.5157.
In my query, I am trying to take that number and subtract 2 fields from it.
The problem is, as soon as that number enters the query it is being rounded. I.e 5.5157 -> 6.0000
That being said, it also returns the wrong numbers in the calculated field also.
The property sheet for the "Units":
Format: Standard
Decimals: 4
As for the calculated field, it does not give me the option for decimal places.
What am I missing? A Format() or possibly a Round() ?
Thanks.
In my query, I am trying to take that number and subtract 2 fields from it.
The problem is, as soon as that number enters the query it is being rounded. I.e 5.5157 -> 6.0000
That being said, it also returns the wrong numbers in the calculated field also.
The property sheet for the "Units":
Format: Standard
Decimals: 4
As for the calculated field, it does not give me the option for decimal places.
What am I missing? A Format() or possibly a Round() ?
Thanks.
Comment