Hi folks,
I am trying format the currency data in DB (Acs 2003) into Indian currency format 00,00,00,000 for which I used the below code
but during display nothing happens i.e. the display continues to be the US format.vbcode Code:
Me.lblAmt.Caption = Format(CCur(rsCurrent.Fields("suitAmount")), "##,##,##,##,##,##0")
Can somebody show me how.![]()
Thanks in advance.




Reply With Quote