I have a table TabInvoice
with an auto-increment (1+1) column InvoiceID
.
But there is something is wrong with (as shown in the picture).
When user enters data into TabInvoice
(via vb.net form) till 4 records it is good but after that the column automatically changed to 1001 rather to 5 and after 1007 it changed to 2001 and so on.
Kindly guide .
I searched a lot but in vain