Results 1 to 3 of 3

Thread: Dollar Sign

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Beside You
    Posts
    47

    Dollar Sign

    I need a textbox to be appear as Dollar Sign $. If user key as 10

    then it must be appear as $10.00 once the cursor move to another textbox.

    i have number of textboxs which require $ sign. Can i store in one place like maybe module and call it from form ?

    How to do it?

  2. #2
    PowerPoster beachbum's Avatar
    Join Date
    Jul 2001
    Location
    Wollongong, NSW, Australia
    Posts
    2,274
    Hi
    In the validate event (or lostfocus) put
    Text1.Text = format$(text1.text, "currency")
    Regards
    Stuart
    Stuart Laidlaw
    Brightspark Financial Software
    http://www.gstsmartbook.com

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Beside You
    Posts
    47
    Thank you, beachbum

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