LikeThisName
Vendor
I want to auto increment letters, so that when a user makes a new entry the "next letter" is assigned. It would never go past Z. There are of course a number of ways I can do this, but I have a feeling there is a better one than any of mine.
I was thinking I could make a table that lists A-Z and i could write a function to grab the next row/letter.
I was wondering if there was a way to turn a letter into a number, like ascii, and then turn it back into a letter, so i would actually just be incrementing a letter by one and checking to see if it had reached Z.
Any thoughts? guidance?
as always, your insight is greatly appreciated. thankyou