Entering data decimals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I enter data into my table, in a numeric field it rounds to a whole
number. I have decimals set to auto or 2, it gives the same. If I enter 42.75
it enters 43, 42.5 returns 42.
 
When I enter data into my table, in a numeric field it rounds to a whole
number. I have decimals set to auto or 2, it gives the same. If I enter
42.75
it enters 43, 42.5 returns 42.

Check the Field Size property of the column in the table design view. In
Access, when you make a Number type field, by default, it is set to Long
Integer. Try changing the Field Size to Single, Double or Decimal.
--
Peace & happy computing,

Mike Labosh, MCSD

"It's 4:30 am. Do you know where your stack pointer is?"
 

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

decimals 6
Access stripping decimal places in query 1
Format a Percent 4
Formatting a percent field 1
Format a percent field 1
Format a percent 7
How do I show decimal places in Access 2000? 2
decimal places 2

Back
Top