Taking the string of a numeric field with decimals.

G

Guest

I have a field in my table that is numeric and includes decimals. The data
has either 3, 4 or 5 decimal places in each record... When I sum this field
it rounds up the data... I would like to either add this field without
rounding or just be able to use only 2 decimal places as opposed to 3, 4 or
5...

Any help in this matter would be greatly appreciated...!!!
 
K

Ken Snell [MVP]

Post examples of the data "as is", what happens when you sum the data (and
how are you summing them?), and what you want the result to be from those
"as is" data.
 
G

Guest

Eric
Have you tried changing the decimal place of that field in the table design
to 2?
 
J

Joseph Meehan

EricB said:
I have a field in my table that is numeric and includes decimals. The
data has either 3, 4 or 5 decimal places in each record... When I sum
this field it rounds up the data... I would like to either add this
field without rounding or just be able to use only 2 decimal places
as opposed to 3, 4 or
5...

Any help in this matter would be greatly appreciated...!!!

How about using currency as your data type?
 

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

Top