Form: remove number rounding, show actual value typed to 4 decimal places. I
type in 22.8656 and it shows 23.0000
This will typically happen if the underlying Table field is the
default Number datatype - Long Integer. A Long Integer is, by
definition, a whole number.
Change the datatype to a Number of size Double, Single, or Decimal; or
if you want four and exactly four decimals, use a datatype of Currency
instead.