Hello,I need a field in which a user is limited to a 3 digit entry which allows the numbers 0-9.Currently I am using a text field as my object on my form, so I can limit the length to three characters.I have looked into regular expressions in order to do what I want, but the problem is that I still ...