Hello everyone:I need your assistance on the following code that is allowing me to do an autonumber. The code works great, the problem is that is giving double number. Example. When I add a new record will give me #12, when I add another record it gives me #14 and another record it gives me #16. What is wrong with my code? One more thing, I also notice that is adding a blank record every time I do an add a new recordI have verified my Sql Server Management Studio and check the primary key under Identity Specification. Ensure the Identity Increment is set to one and the Indentity seed is set to one as well I am hoping to see #12, when I add anew record to be #13 Thanks