+ Reply to Thread
Results 1 to 3 of 3

Picture:formatting numbers

  1. #1
    Paula
    Guest

    Picture:formatting numbers

    How can i format a number as picture "999,999,999.00" using a label in a
    form?

    lblData1.caption = temp

    and where i put the fomratnumber??




  2. #2
    Jim Thomlinson
    Guest

    re: Picture:formatting numbers

    lblData1.Caption = Format(99999999, "#,##0.00")

    HTH

    "Paula" wrote:

    > How can i format a number as picture "999,999,999.00" using a label in a
    > form?
    >
    > lblData1.caption = temp
    >
    > and where i put the fomratnumber??
    >
    >
    >
    >


  3. #3
    Paula
    Guest

    re: Picture:formatting numbers

    wow, was so easy!!!
    thx


    "Jim Thomlinson" <JimThomlinson@discussions.microsoft.com> ha scritto nel
    messaggio news:9CEF84B1-DF27-4348-834E-ADDD0281E39B@microsoft.com...
    > lblData1.Caption = Format(99999999, "#,##0.00")
    >
    > HTH
    >
    > "Paula" wrote:
    >
    >> How can i format a number as picture "999,999,999.00" using a label in a
    >> form?
    >>
    >> lblData1.caption = temp
    >>
    >> and where i put the fomratnumber??
    >>
    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1