Roni Sutton
Registered User.
- Local time
- Today, 22:19
- Joined
- Oct 18, 1999
- Messages
- 68
I have users that requested to not have to input the decimal into currency fields. For example, to input $34.25, they want to simply type 3425. I did this by dividing the amount in the field by 100 in the after update property. NOW they want to also be able to input the decimal. SO if a user enters 3425 the field becomes $34.25 OR if a user prefers to enter 34.25 the field becomes $34.25. I thought I might could do this with an input mask, but that doesn't seem to work. Any ideas? Thanks, Roni