I have three fields on a form titled Sequence Number, Run Number and Unit Number. There will be many run numbers for each sequence number - I am using the following formula to automatically increment the run number (=DMax("RunNumber","tblsequencetesting"+1). Approximately each new day I need to put a new sequnce number in and as such reset the run number back to 1. Problem is that I can change the run number back to 1 but when you go to a new record it picks up from say 89 and returns 90 instead of 2. I would appreciate any suggestions that you all may have.