Hi all, I have a field with a custom format that contains a dash near the end. Essentially it will look like this: 1234567-89 Is there a simple way to accomplish this? The end users tend to type it in without the dash - I know I can use the input mask in the text box but the data wouldn't be STORED with the dash in the table, correct? I need the data to be stored in the table with the dash, 1234567-89. Thanks in advance!