I'm looking for some help in creating a custom input mask. I have a field on a form that is supposed to be a dollar amount entry. The field is formatted to currency with 2 decimal places, but the operator can type more than two to the right of the decimal, causing an inbalance when I compare this field to a total field. Is there a way to setup a custom input mask to allow any length (with + or - allowed) to the left of the decimal and only two to the right? It looks like the following input mask technically works, but it looks terrible as the operator enters data in the field.
##########.00;1