J
Jason M Canady
Hi, I hope that this is the correct place to post this message... I am
trying to get the result of this feild to format with only 1 decimal... I
am getting strange results when it runs and funnier results when the results
are used in a report.
For example: If C = 1.2 and T = 78 the result in CXT = 93.60001 (???!!!) a
calculator gives only the result of 93.6!
i am using the following SQL: IIf(IsNull([c]),"---",([c]*[t])) AS CxT
This allows a blank cell to be filled with three dashes should there be no
data for a given day. Any assistance you can offer would be greatly
appreciated.
TIA Jason
trying to get the result of this feild to format with only 1 decimal... I
am getting strange results when it runs and funnier results when the results
are used in a report.
For example: If C = 1.2 and T = 78 the result in CXT = 93.60001 (???!!!) a
calculator gives only the result of 93.6!
i am using the following SQL: IIf(IsNull([c]),"---",([c]*[t])) AS CxT
This allows a blank cell to be filled with three dashes should there be no
data for a given day. Any assistance you can offer would be greatly
appreciated.
TIA Jason