I have created a form and I would like to be able to just type in the quantity (pounds) and have a field automatically fill in the kilograms that it converts to. I tried formatting the Kilogram field to be the product of the pounds field & 0.4536 (to aviod writing a simplified notation or script for dividing by 2.2046). Please advise any solution you can think of, it is greatly appreciated!
Thank you!
You might have a problem with your level of precision for the values in your calculations.
1 pound = 0.4535923703 kilograms or there are 2.20462262039067 kilograms per 1 pound.
This should get you to 99,999 pounds before you will see a fractional difference at 10 decimal places.
George Kaiser