I have a query that uses a calculated field DISPDDE: IIf([DDEROUND]<0.1,"M",[DDEROUND])
The DDEROUND is a calculated field. It displays the result to one decimal place - 0.4, 1.0, 1.4 etc. The IIF result shows 0.4 and 1.4 correctly, but 1.0 shows as 1, not 1.0.
Is there any way to display this correctly?
Thank you.