Results 1 to 5 of 5

Thread: Data Report format

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    3

    Data Report format

    Hai,

    I have to format the number in data report to the followin Indian number system format i.e 23,00,000 or 1,12,00,000

    Can any one help me to do for a textbox in report

    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Feb 2002
    Location
    United
    Posts
    202

    Re: Data Report format

    maybe u can check out the format() in msdn ?

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Data Report format

    Thread moved from "Database Development" forum to "Reporting" forum

  4. #4
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,510

    Re: Data Report format

    You can use the "DataFormat" property of the text box. ie "#,###,###"

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    3

    Re: Data Report format

    Quote Originally Posted by wes4dbt View Post
    You can use the "DataFormat" property of the text box. ie "#,###,###"
    We can use ##,##,### for 10,00,000 but the problem is if the number is 12000 it will put ,12,000. i.e it put an extra comma before 5 digit number. so I want common format for any number of digits.

    ie.

    12,000
    1,15,000
    12,15,000
    1,12,12,000

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width