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
vbcode Code:
  1. Me.lblAmt.Caption = Format(CCur(rsCurrent.Fields("suitAmount")), "##,##,##,##,##,##0")
but during display nothing happens i.e. the display continues to be the US format.
Can somebody show me how.
Thanks in advance.