|
-
Nov 13th, 2001, 02:26 AM
#1
Thread Starter
Member
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?
-
Nov 13th, 2001, 02:35 AM
#2
PowerPoster
Hi
In the validate event (or lostfocus) put
Text1.Text = format$(text1.text, "currency")
Regards
Stuart
-
Nov 13th, 2001, 04:50 AM
#3
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|