G
Geo
In a query I make multiplying operations with two fields
quantity_entry: type - number
field size - double
format - standard
decimal places - 3
and
Unit_Price: type - currency
decimal places - 2
The quantity_entry can be in "m" or "kg", so when I enter the value in m, i
get the calculatet value in :kg", and the same for the price (unit_Price (m)
<-->Unit_price(kg))
I need to get a calculated field Price (= [quantity_entry]*[Unit_Price] with
two (2) decimals.
I tried to set in the query, for the calculated field [Price] the format
"standard" and the decimal places to 2, but it is only limiting the number
of displayed decimals, in fact the number having more then 2 decimals.
In consequence, if I entered the [quantity_entry] in "m" and I need to
reduce the quantity with a value [quantity_withdraw] in "kg" with the
Unit_price (kg), When I introduce the price with 2 decimals the same with
the one displayed for the entry, access doesn't recognize the price as being
the same, because it is not equal at the third decimal.
WHAT CAN I DO?
I would apreciate any help.
Thank you
quantity_entry: type - number
field size - double
format - standard
decimal places - 3
and
Unit_Price: type - currency
decimal places - 2
The quantity_entry can be in "m" or "kg", so when I enter the value in m, i
get the calculatet value in :kg", and the same for the price (unit_Price (m)
<-->Unit_price(kg))
I need to get a calculated field Price (= [quantity_entry]*[Unit_Price] with
two (2) decimals.
I tried to set in the query, for the calculated field [Price] the format
"standard" and the decimal places to 2, but it is only limiting the number
of displayed decimals, in fact the number having more then 2 decimals.
In consequence, if I entered the [quantity_entry] in "m" and I need to
reduce the quantity with a value [quantity_withdraw] in "kg" with the
Unit_price (kg), When I introduce the price with 2 decimals the same with
the one displayed for the entry, access doesn't recognize the price as being
the same, because it is not equal at the third decimal.
WHAT CAN I DO?
I would apreciate any help.
Thank you