Hi all,
I am trying to create a unique Employee ID, but I am having a few issues.
The ID must contain 7 characters in the following Format.
* Characters 1-3 = "LTS"
* Characters 4-5 = Starts at "AA", then when 6-7 reaches 99 changes to "AB" and so on.
* Characters 6-7 = Starts at "00" or "10" (Doesn't matter), and rolls through to "99" before reseting to it's start point, as well as change characters 4-5 to the next in the sequence.
We already use this method but on paper and a looking to move to an electronic system, hence the question.
Many thanks,
LSM1604
I am trying to create a unique Employee ID, but I am having a few issues.
The ID must contain 7 characters in the following Format.
* Characters 1-3 = "LTS"
* Characters 4-5 = Starts at "AA", then when 6-7 reaches 99 changes to "AB" and so on.
* Characters 6-7 = Starts at "00" or "10" (Doesn't matter), and rolls through to "99" before reseting to it's start point, as well as change characters 4-5 to the next in the sequence.
We already use this method but on paper and a looking to move to an electronic system, hence the question.
Many thanks,
LSM1604
Comment