I am in need of a custom record number in a form to be stored in my table. I would like it to act like an autonumber howerver I need it to read "00-000" or in order would be "08-001","08-002","08-003" and so on, where "08" represents the year and "003" represents the record number. Futhermore I need the "08" to change as the year changes and the "003" to start back at "001" when the year changes. I have been coding with vba for a about a month now and have learned alot, but I have know idea what is the best way to do this. Any help would be great and thank you in advance.