Okay experts this seems to be simple, but I am having some brain blocks. This is what I have. A textbox on a form that should only except a value like such AAA-900-000 (all is required except the 9, but if it is left out then I want a zero entered). Here are a few examples:
User Inputs AAA-12.345 -- Change To -- AAA-012-345
User Inputs 1 gives an error message with the proper format
User Inputs AAA-123.3 gives an error message with proper format.
Does this make sense?
Thanks for your help.
Start Free Trial