Hello,
I need to create an auto-number field with these characteristics:
- Prefix: 2 digit from the alphabet (start with AA).
- Fill: only 3 digit from 001 to 999.
When I'll reach 1000, how I can increase the second letter of the alphabet of the prefix and restart to 001 (example AB001)?
At same time when I'll reach Z, how I can increase the first letter of the alphabet of the prefix and restart to 001 (example BZ001)?
Thanks and regards.