I have a query in a field has following statement.
Monthly Use: IIf([q_partusage_90]![Qty] Is Null,0,Format([q_partusage_90]![Qty]/3,"#.0"))
But the results shows the number as text.
How to get the result as numbers?
Thanks
Monthly Use: IIf([q_partusage_90]![Qty] Is Null,0,Format([q_partusage_90]![Qty]/3,"#.0"))
But the results shows the number as text.
How to get the result as numbers?
Thanks