Is there a way to force a textbox to contain a max of 2 digits to the right of a decimal, with a percent sign at the end? Examples: 32.25%, 15.1%, 12% would be accepted, but 11.999% would NOT because you can't type in the third 9.
Importantly, this is not the same as using the format features of a textbox, because that allows you to type in lots of decimals but it only displays a couple.