H
Helen
Hi,
I have created an update query against a table using the following in the
Update field:
dbo_INVPRICE!SellingPrice+(dbo_INVPRICE!SellingPrice*0.035)
Currently the result will have 5 decimals, and I need to ensure it only has
2. I tried using Properties > Format for the field, but that didn't do it.
Is there something that I can add to my Update field to make sure it only
uses 2 decimals?
Many thanks,
Helen
I have created an update query against a table using the following in the
Update field:
dbo_INVPRICE!SellingPrice+(dbo_INVPRICE!SellingPrice*0.035)
Currently the result will have 5 decimals, and I need to ensure it only has
2. I tried using Properties > Format for the field, but that didn't do it.
Is there something that I can add to my Update field to make sure it only
uses 2 decimals?
Many thanks,
Helen