Riunding Numbers

  • Thread starter Thread starter SAM
  • Start date Start date
S

SAM

Each time i enter a number on my form the field rounds
the number eather up or down to a whole number I DON'T
WANT THIS How do you turn this function off
Thanks
Sam
 
1. Open your table in design view.
2. Select the problem field.
3. In the lower pane, change its size from:
Long Integer
to
Double.

The Single and Double types can store fractional values.
The Integer types cannot.
 

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

Back
Top