I'm not sure if this is an appropriate title for this request, but I have a table with a text field ([ID]) as the primary key in which I'm storing a number code. The code is 4 spaces and begins with a letter and three digits following the letter (D004, for example). On a form, I would like to create a button to add a new record and assign the record the next sequential number (D005). Are there any suggestions on how I can get the button to assign the next sequential number code to the record? Thanks in advance for any help!