Hello all,
It seems very simple what I am doing, but I am seeming to not come up with the correct answer yet. I am trying to add an input mask to my video Field, so that it is always enter correctly. V-1-2015, what I have so >"V-"099\-0000, but it is showing spaces if nothing is inputted for the 99 fields, if I add in !>"V-"099\-0000 it then removes those spaces since those are optional characters, but then the V is no longer capitalized. How can I correctly have an input mask that keeps the V always capitalized and have mandatory fields and optional fields without spaces. I want it to come out as V-1-2015, or V-11-2015 or V-111-2015. Thanks again for help.