Is it possible to create a masked text box that will automatically convert the user-entered value to a currency
I tried it with the masked text box, but I could not figure out how to make the length of the string between the "$" and the ".". I had the mask set up as: $000,000.00
But I want the user to be able to enter as little as $50.00, but it is a little bit awkward for them using that mask.
Any tips

Creating a currency text box using Masked Text Box