Decimal Rounding

G

Guest

There must be an easy solution to this, but I can't find it. I want to show numbers to one decimal place. In the table I have defined the field as number-decimal with fixed length format and 1 decimal place. In the table it shows one decimal place, but its always 0 (zero). For instance I need to be able to enter 101.5 and have it appear that way, but instead no matter what I do it shows as 101.0. How do I accomplish what I'm trying to accomplish?
 
N

Nikos Yannacopoulos

Clyde,

I seems you've got the format part right, but possibly
wrong field type... any chance you've set it to integer or
long integer? If so, change to Double, and the job is done!

Nikos
-----Original Message-----
There must be an easy solution to this, but I can't find
it. I want to show numbers to one decimal place. In the
table I have defined the field as number-decimal with
fixed length format and 1 decimal place. In the table it
shows one decimal place, but its always 0 (zero). For
instance I need to be able to enter 101.5 and have it
appear that way, but instead no matter what I do it shows
as 101.0. How do I accomplish what I'm trying to
accomplish?
 

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