I have searched for an answer and cant find one. Sorry if this has already been answered and my searching techniques are to blame.
Anyway, Im working on a check book application.
I have a text box where user can enter the amount of the check, Example: 125.32
I have the text box data type set as currency.
I have it set for right justify.
What I need is the text box to initially display 0.00
As the user types, the numbers need to move to the left but skip the decimal point.
Example:
User types 1 display shows 0.01
User types 2 display shows 0.12
types 5 = 1.25
types 3 = 12.53
types 2 = 125.32
I know this has got to be a lot simpler then Im trying to do, Ive been scratching my head for a couple of days now.
Thanks.
Anyway, Im working on a check book application.
I have a text box where user can enter the amount of the check, Example: 125.32
I have the text box data type set as currency.
I have it set for right justify.
What I need is the text box to initially display 0.00
As the user types, the numbers need to move to the left but skip the decimal point.
Example:
User types 1 display shows 0.01
User types 2 display shows 0.12
types 5 = 1.25
types 3 = 12.53
types 2 = 125.32
I know this has got to be a lot simpler then Im trying to do, Ive been scratching my head for a couple of days now.
Thanks.