Many thanks for the URL, but I couldn't see the usage for CURRENCY type of data under the examples.
in my case I have used
=Format(DSum("[Discount]","Miracle_Cloth_Main","[Cust_ID]=" & [Cust_ID]),"Currency")
Where [Discount] is currency and [Cust_ID] is string.
and the field where the...