Number field

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

In a number field I have created for a table it rounds
the decimal to the nearest whole number, yet I put 2
decimal places in the field properties.
 
Have you set the FieldSize property to one that accommodates decimal values?
For example, Double will accept decimal values; Integer and Long Integer
will not.
 
Back
Top