Results 1 to 2 of 2
  1. #1
    Sunghoon.Park is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2012
    Posts
    1

    Question How to get CurrencyDecimalDigits?

    Hello



    I had set Currency number format on "country & language" in control panel
    I want to get CurrencyDecimalDigits value from Control Panel

    I searched usage on MSDN
    But I didn't get CurrencyDecimalDigits
    Because That code is not compatible on Access

    =======================================
    ‘선언
    Public Property CurrencyDecimalDigits As Integer
    ‘사용 방법
    Dim instance As NumberFormatInfo
    Dim value As Integer

    value = instance.CurrencyDecimalDigits

    instance.CurrencyDecimalDigits = value

    =======================================
    http://msdn.microsoft.com/ko-kr/libr...(v=vs.90).aspx


    How to get CurrencyDecimalDigits?

    Thanks

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Don't understand. You can set a field in Access table as currency type or you can set to display however many decimals you want.

    What is 'instance'.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

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