Help!

Access keeps rounding down my numbers in a number field

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Table Design RSS
Next:  Not in List event problem  
Author Message
tsmith0125
External


Since: Oct 10, 2009
Posts: 1



PostPosted: Sat Oct 10, 2009 5:11 pm    Post subject: Access keeps rounding down my numbers in a number field
Archived from groups: microsoft>public>access>tablesdbdesign (more info?)

I have created a database for a non-profit that must show at least 75%
participation. When an attendee meets 4 of 6 hour attendance the program
rounds down to 4 from 4.5. I have tried all formats and only currency shows
4.5, but of course that is with a $. HELP!!!!!
--
tsmith0125
Back to top
John W. Vinson
External


Since: Jan 29, 2004
Posts: 2505



PostPosted: Sat Oct 10, 2009 8:31 pm    Post subject: Re: Access keeps rounding down my numbers in a number field [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 10 Oct 2009 17:11:01 -0700, tsmith0125
<tsmith0125 DeleteThis @discussions.microsoft.com> wrote:

>I have created a database for a non-profit that must show at least 75%
>participation. When an attendee meets 4 of 6 hour attendance the program
>rounds down to 4 from 4.5. I have tried all formats and only currency shows
>4.5, but of course that is with a $. HELP!!!!!

The format is almost surely irrelevant. I suspect that you're trying to store
the participation or the attendance (it's not clear from your post where
you're trying to store the 4.5) is a Number field of the default "Long
Integer" size. Open the table in design view, select the field, and look at
the field properties in the lower left. A Long Integer is by definition a
whole number and will not store fractions.

Change the size to Single to allow frational values to be stored.
--

John W. Vinson [MVP]
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Table Design All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum