Floating point values

S

SirPoonga

I know a value was put into a field as '0.2'. however when I display
the value in a form it is displaying something like '0.2000065657'

This is making it difficult to use the data.

One thing I am doing is populating a dropdown box. The value gets
stored in a bound column, but not the displaying column. I run into
problems when I use the bound data to filter a dataset.
 
Top