I have a field where a user enters a number of equipment hours to track usage on equipment. In order to prevent typographical errors I've added a bunch of checks one of the checks I was hoping to get a quick answer on was
Question:
In the text box field - the user has to enter 4 numbers with a minimum of 0001 and a maximum of 9999. If a user enters 999 i want it to be 0999. I really just need the field to have 4 characthers filled in.
Question:
In the text box field - the user has to enter 4 numbers with a minimum of 0001 and a maximum of 9999. If a user enters 999 i want it to be 0999. I really just need the field to have 4 characthers filled in.