W
Wayne
In this query:
SELECT CCur(tblABC.Amounts)
FROM tblABC
The values in the Amounts field are formatted as Currency.
I want the field Amounts to be formatted as Scientific.
Is there a function for this?
Thanks!
SELECT CCur(tblABC.Amounts)
FROM tblABC
The values in the Amounts field are formatted as Currency.
I want the field Amounts to be formatted as Scientific.
Is there a function for this?
Thanks!