Results 1 to 3 of 3

Thread: [RESOLVED] Decimal format

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Location
    AZ
    Posts
    67

    Resolved [RESOLVED] Decimal format

    Quick ?

    assign 2 decimal placement to a label caption read from a recordset value

    I tried using the Data Format field of the Label to set to 2o decimal places.

    What is the Convert Function. I don't recall.

    Thanks
    Silly Me

  2. #2
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Decimal format

    Quote Originally Posted by Zoila
    Quick ?

    assign 2 decimal placement to a label caption read from a recordset value

    I tried using the Data Format field of the Label to set to 2o decimal places.

    What is the Convert Function. I don't recall.

    Thanks
    Silly Me
    formatpercent() assigns 2 decimal places

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Location
    AZ
    Posts
    67

    Talking Re: Decimal format

    Used

    Format(Expression,"###,###,##0.00")

    Thanks !!!!

    the Formatpercentage give a % at the end.
    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