Numbers are automatically rounding off

  • Thread starter Thread starter jtidwell
  • Start date Start date
J

jtidwell

When I type in data in my form, the numbers are rounding off like 42.36 will
round off to 42... How do I change this
 
Check the data type of the bound field. If you select Number, the default is
Long Integer, which doesn't support decimals. You need to use a data type
that does support decimals, such as Single, Double or Decimal.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Unwanted Numbers Rounding 6
rounding problems 11
News CES 2019 round up 6
Excel Type Rounding 1
Number Formats HELP? 2
How do I stop rounding of my calculation results. 6
Possible router problems 9
Rounding Numbers 4

Back
Top