number format

H

hngo

I have a problem with the format of the datafield. I has a table with the a
number with two decimal point. But for some reason after calculation the
result is displace with two decimal however this numbar has been rounded i.e.
say 24.89 become 25.00 or 24.43 became 24.00

Help!!!!
 
N

Nikos Yannacopoulos

Number format and data type are two different things... check the data
type in the table design. Any chance it is Integer or Long Integer?
Change to Single or Double.

HTH,
Nikos
 
Top