Number field type

  • Thread starter Thread starter Faio
  • Start date Start date
F

Faio

Hi,

I am quite new using Access so how could you use the number field so that
when entering 1.2303 into a field called weight it will display it exactly
and not round it off?

Any help?
 
Hi,

you cannot use Integer or Long Integer number types.

Try Single or Double, depending on the precision you need.


Luiz Cláudio C. V. Rocha
São Paulo - Brazil
 
When you enter a field type of Number, check the sheet at the bottom of the
table design mode. You should be able to pick the type of number there in
the Field Size box. By default, it is probably set for Long Integer.
 
Thanks,

Double work fine and I have not tried Single. ANyway thanks for your help.
 

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