I have a short test field that must be in the format 999-999, that is, three digits, a hyphen and three more digits. I am using an input mask of 000\-000. I also have a validation rule of LIKE "###[-]###" but the validation rule always fails. What is the correct validation rule for data of the form 123-456? Thanks.