View Full Version : Numeric Field Problem


Anauz
04-27-2001, 02:53 AM
Hi

I have a form which works out curreny exchanges between $US and ŁUK.
I have a field which takes the exchange rate.
The problem is when i type in a decimal such as 1.79 it rounds up to 2. It there a way i can stop it from rounding up?


Thanx in advance

charityg
04-27-2001, 04:09 AM
set the format property to fixed width and decimal places to two.

Anauz
04-27-2001, 05:47 AM
i for got to mention that, i set the format to fixed width, and decimal places to two. But it still rounds up ie 1.79 to 2.00

Rich
04-27-2001, 06:17 AM
Set the fields format to double or currency.
HTH

Anauz
04-27-2001, 07:03 AM
thanks Rich, using double worked