Results 1 to 7 of 7
  1. #1
    nithubp is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2011
    Location
    India
    Posts
    2

    Indian Currency

    Hi All,


    have to generate reports (totals) in Indian Currency which is making me mad after trying couple of possibilities such as windows regional settings and called a function. Its not working



    Can someone help me on this !!

  2. #2
    thhui is offline Competent Performer
    Windows XP Access 2002
    Join Date
    Feb 2009
    Posts
    235
    To workaround, use vba function to format the currency instead.

    INR
    Rs
    Re
    Rupee

    The new unicode symbol Rupee, however, still not work now.

  3. #3
    aamer is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Location
    Pakistan
    Posts
    276
    You Can Use the Following in the property of Totals Text Box In Format Property

    "Rs. "#,###.00;"-(Rs. "#,###.00);0.00
    Try This Also:
    "Rs. "#,###.00[Blue];"-(Rs. "#,###.00)[Red];0.00[Black]

  4. #4
    nithubp is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2011
    Location
    India
    Posts
    2
    thanks !!
    I tried these formats it does not take for two digits , it still returns values for eg:Rs. 3,432,432,423.00

  5. #5
    aamer is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Location
    Pakistan
    Posts
    276
    You Can Use the Following in the property of Totals Text Box In Format Property

    Change Decimal Places Value From Auto Or 0 to 2

  6. #6
    krag is offline Medium experience
    Windows 7 32bit Access 2013
    Join Date
    May 2014
    Posts
    75
    I think the original question is about formatting the indian currency to the system of thousand, lakh, crore and not about decimal places. 123,456,789 in western currency would be 12,34,56,789 in Rupees. I am also looking for a format do this and if someone has got it, please advise. I tried "Rs. "##,##,##0 but it does'nt work.
    The other issue is the new symbol for rupee which is available in currency setting in excel but not in access 2013. I cannot use the unicode U+20B9 in the currency property directly and need to develop a VBA code.

  7. #7
    krag is offline Medium experience
    Windows 7 32bit Access 2013
    Join Date
    May 2014
    Posts
    75
    Just now I set up the database in english version from Japanese version. After setting the region setting for digit grouping and currency symbol (new rupee symbol was available), both problems are solved.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Need Currency or Decimal Help!
    By Jaricketts in forum Access
    Replies: 2
    Last Post: 08-19-2010, 09:39 PM
  2. Currency Vs Double
    By Mclaren in forum Database Design
    Replies: 1
    Last Post: 08-12-2010, 05:38 PM
  3. HELP! formatting currency
    By jgelpi16 in forum Reports
    Replies: 1
    Last Post: 07-06-2010, 09:04 AM
  4. Currency Problem
    By EHittner in forum Access
    Replies: 1
    Last Post: 11-05-2009, 09:46 PM
  5. accurate currency values
    By eaanton in forum Access
    Replies: 1
    Last Post: 11-20-2008, 11:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums