I have a project id number field that must contain project codes begining with P and 5 characters in length (this has already been validated for in VBA).I have a button for new projects, when button is pressed I want the number to generate the next value eg:if first project number is P0001, once button is pressed P0002 should automatically be generated, is that possible,if not can it be worked around that just P1 appears and then when button pressed P2. I would welcome any suggestions you may have, thank you for your time.