I have inherited a table that includes a text field called "UTC #"
Currently, for data for this field is manually entered in this format: Four digit year + an ascending three-digit consecutive number.
Example: 2002-159; 2002-160; 2002-161
First, I don't know if it is possible to automate this with an input mask, but if it is, is there coding I could use in the input mask so that when the year changes the "2002" will change to "2003", and the three-digit code will re-set to "000"??
Thanks for all help!
Currently, for data for this field is manually entered in this format: Four digit year + an ascending three-digit consecutive number.
Example: 2002-159; 2002-160; 2002-161
First, I don't know if it is possible to automate this with an input mask, but if it is, is there coding I could use in the input mask so that when the year changes the "2002" will change to "2003", and the three-digit code will re-set to "000"??
Thanks for all help!