Hi,
I have a form where the user enters a value for a temperature, for example, 20, and then selects whether they have entered fahrenheit or celsius. Whichever they select, the other is automatically calculated, using a formula I got off the net.
Anyway, if I put, for example, 99 degrees fahrenheit into the form, the celsius value is calculated (correctly) as 37.22222222 recurring.
I have put #.# into the format box of all the text boxes, and set the decimal places to 1, but it still shows as 37.222222. All I want is 37.2.
Thanks in advance for any help,
I have a form where the user enters a value for a temperature, for example, 20, and then selects whether they have entered fahrenheit or celsius. Whichever they select, the other is automatically calculated, using a formula I got off the net.
Anyway, if I put, for example, 99 degrees fahrenheit into the form, the celsius value is calculated (correctly) as 37.22222222 recurring.
I have put #.# into the format box of all the text boxes, and set the decimal places to 1, but it still shows as 37.222222. All I want is 37.2.
Thanks in advance for any help,