I have a key field which has a lower-case letter as its value. ie. the first record's field = 'a', the second 'b', the third 'c' etc etc.<br><br>I want to have a method for automatically creating this character, as opposed to making the user type in the new value.<br><br>Obviously, the first record will automatically be 'a', but from there, how do I 'increment' a character value? If it was an integer, it would obviously be new = old + 1, but I'm not sure how to do it with characters. I hope it's just a one line of code situation, but....<br><br>thanks.<br>